aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-03 04:02:01 +0800
committerbapt <bapt@FreeBSD.org>2013-09-03 04:02:01 +0800
commit53600dfaabdae69e2abc3babafc09671f8916908 (patch)
treedf2c032468427dc0c7b66d3bb125b511416bc590 /mail
parentcc33170943fa61617b8f7e5b3db1b43320de5379 (diff)
downloadfreebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.gz
freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.tar.zst
freebsd-ports-gnome-53600dfaabdae69e2abc3babafc09671f8916908.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'mail')
-rw-r--r--mail/dbmail/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index 383ada417ebe..279728bb8a3d 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/Makefile
@@ -26,13 +26,11 @@ OPTIONS_DEFINE= LDAP SIEVE THREADS
OPTIONS_DEFAULT= THREADS
SIEVE_DESC= Build with support for Sieve mail sorting language
-.include <bsd.port.options.mk>
-
USE_AUTOTOOLS= libtool autoheader autoconf
USE_LDCONFIG= ${PREFIX}/lib/dbmail
USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved
USE_OPENSSL= yes
-USES= gmake shebangfix
+USES= gmake shebangfix pkgconfig
SHEBANG_FILES= man/fixsp.pl
CFLAGS+= -fPIC ${PTHREAD_CFLAGS}
@@ -42,6 +40,9 @@ CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc
MAKE_ARGS+= mandir=${MANPREFIX}/man
PORTDOCS= AUTHORS BUGS INSTALL THANKS UPGRADING
+
+.include <bsd.port.options.mk>
+
.if ${PORT_OPTIONS:MDOCS}
MAN1= dbmail-deliver.1 dbmail.1
MAN5= dbmail.conf.5