diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-05-25 18:57:44 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-25 18:57:44 +0000 |
commit | f48ee73c26d8a89401183706b2309867f5c707f8 (patch) | |
tree | e767edf83564db29a983cb97f5e8324cb7081735 | |
parent | f0f512d9f948815bafeecc9ae603b22dfe783140 (diff) |
Notes
-rw-r--r-- | mail/dbmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 0b44746bb430..b16af6685e43 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbmail PORTVERSION= 3.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/3.0/ @@ -35,6 +35,8 @@ USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes +USES= shebangfix +SHEBANG_FILES= man/fixsp.pl CFLAGS+= -fPIC ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include |