diff options
author | mat <mat@FreeBSD.org> | 2017-03-21 00:17:08 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-21 00:17:08 +0800 |
commit | 0c58a21005102e9a6fd96305784da913311bdca9 (patch) | |
tree | 9bf0176dfe37c19d6883ef2a08cdb9020ac94864 /security | |
parent | f319caee85dd267eabd83ec67829a907e5339403 (diff) | |
download | freebsd-ports-gnome-0c58a21005102e9a6fd96305784da913311bdca9.tar.gz freebsd-ports-gnome-0c58a21005102e9a6fd96305784da913311bdca9.tar.zst freebsd-ports-gnome-0c58a21005102e9a6fd96305784da913311bdca9.zip |
Regular ${PORTSDIR}/ removal from dependencies.
Sponsored by: Absolight
Diffstat (limited to 'security')
-rw-r--r-- | security/samhain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 33cd4a143697..b9da767bc3ec 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -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-check 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 |