diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/notmuch | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 12 |
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 |