Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 16:17:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436549 - head/security/samhain
Message-ID:  <201703201617.v2KGH8aJ001436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar 20 16:17:08 2017
New Revision: 436549
URL: https://svnweb.freebsd.org/changeset/ports/436549

Log:
  Regular ${PORTSDIR}/ removal from dependencies.
  
  Sponsored by:	Absolight

Modified:
  head/security/samhain/Makefile   (contents, props changed)

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Mon Mar 20 16:12:11 2017	(r436548)
+++ head/security/samhain/Makefile	Mon Mar 20 16:17:08 2017	(r436549)
@@ -62,7 +62,7 @@ DNMALLOC_CONFIGURE_ENABLE=	dnmalloc
 ENCRYPT_CONFIGURE_ENABLE=	encrypt
 
 GNUPG_CONFIGURE_WITH=		gpg=${PREFIX}/bin/gpg
-GNUPG_BUILD_DEPENDS=		gpg:${PORTSDIR}/security/gnupg
+GNUPG_BUILD_DEPENDS=		gpg:security/gnupg
 
 IPV6_CONFIGURE_ENABLE=		ipv6
 
@@ -93,7 +93,7 @@ PROCESS_CHECK_CONFIGURE_ENABLE=	process-
 
 POSIX_ACL_CONFIGURE_ENABLE=	posix-acl
 
-PRELUDE_LIB_DEPENDS=		prelude:${PORTSDIR}/security/libprelude
+PRELUDE_LIB_DEPENDS=		prelude:security/libprelude
 PRELUDE_CONFIGURE_WITH=		prelude
 
 PTRACE_CONFIGURE_ENABLE=	ptrace



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703201617.v2KGH8aJ001436>