diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-25 14:35:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-05-25 14:35:49 +0000 |
commit | 1f05404eecacb8cb9663e545761a398442a3827f (patch) | |
tree | 387dd7c426c5c817afc688e6e01f017251f34934 /mail | |
parent | f2129e71811084c3e8bb74bb1a7157728a83435f (diff) | |
download | ports-1f05404eecacb8cb9663e545761a398442a3827f.tar.gz ports-1f05404eecacb8cb9663e545761a398442a3827f.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnarwl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gnarwl/Makefile b/mail/gnarwl/Makefile index ed44197655da..612d37319980 100644 --- a/mail/gnarwl/Makefile +++ b/mail/gnarwl/Makefile @@ -13,7 +13,7 @@ COMMENT= Email autoresponder that gets data from LDAP LIB_DEPENDS= libgdbm.so:databases/gdbm BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed -USES= iconv gmake tar:tgz +USES= iconv gmake groff tar:tgz USE_OPENLDAP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --localstatedir="${PREFIX}/var" |