diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /mail/notmuch | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Notes
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index d08cebc61b6c..2f05dca06e39 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ talloc:${PORTSDIR}/devel/talloc HAS_CONFIGURE= yes -USE_PKGCONFIG= build +USES= pkgconfig CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man USE_GMAKE= yes USE_LDCONFIG= yes |