aboutsummaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-13 16:54:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-13 16:54:55 +0000
commit9468432a48314313f7585654ac6db575a0b6648a (patch)
tree545ac8faaf58a17f5075028cc7de936c43e387a2 /mail/notmuch
parent7dab44519c236716f2931f748b67aa53dbd55ed4 (diff)
downloadports-9468432a48314313f7585654ac6db575a0b6648a.tar.gz
ports-9468432a48314313f7585654ac6db575a0b6648a.zip
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=431402
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 071dcb865eea..a7aba1b0c597 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -25,7 +25,7 @@ TEST_DEPENDS= bash:shells/bash \
gsed:sysutils/coreutils \
gsha256sum:sysutils/coreutils \
gpg:security/gnupg \
- ${PREFIX}/bin/gdb:devel/gdb
+ ${LOCALBASE}/bin/gdb:devel/gdb
BROKEN_powerpc64= Does not build
@@ -41,7 +41,7 @@ TEST_ENV+= NOTMUCH_SKIP_TESTS="basic count insert smime atomicity \
message-property" \
V=1 \
TEST_CFLAGS="-g -O0 -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
- BSD_GDB=${PREFIX}/bin/gdb
+ BSD_GDB=${LOCALBASE}/bin/gdb
TEST_TARGET= test