svn commit: r436549 - head/security/samhain

Mathieu Arnold mat at FreeBSD.org
Mon Mar 20 16:17:10 UTC 2017


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


More information about the svn-ports-all mailing list