aboutsummaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /mail/notmuch
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 4ceaffba1797..db9e657baec4 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -11,11 +11,11 @@ COMMENT= Thread-based email index, search, and tagging application
LICENSE= GPLv3
-BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx \
- c++filt:${PORTSDIR}/devel/binutils
-LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
- libxapian.so:${PORTSDIR}/databases/xapian-core \
- libtalloc.so:${PORTSDIR}/devel/talloc
+BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \
+ c++filt:devel/binutils
+LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \
+ libxapian.so:databases/xapian-core \
+ libtalloc.so:devel/talloc
OPTIONS_DEFINE= BASH EMACS ZSH
BASH_DESC= Install bash completion (requires shells/bash-completion)
@@ -23,7 +23,7 @@ EMACS_DESC= Install EMACS lisp files (requires emacs)
ZSH_DESC= Install zsh completion
OPTIONS_SUB= yes
-BASH_BUILD_DEPENDS= bash-completion>=1.90:${PORTSDIR}/shells/bash-completion
+BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion
BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS}
BASH_CONFIGURE_OFF= --without-bash-completion
EMACS_CONFIGURE_OFF= --without-emacs