summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 20:02:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 20:02:01 +0000
commitb7cdacd1734ee37cb94a9963556ad73416d50e18 (patch)
treedf2c032468427dc0c7b66d3bb125b511416bc590 /mail
parentAdd an explicit dependency on pkgconf (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326071
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