- Fix issue with building dmail, when perl build
without /usr/bin/perl symlink. PR: ports/177467 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: Alan Hicks <ahicks@p-o.co.uk> (maintainer and patch)
This commit is contained in:
parent
f0f512d9f9
commit
f48ee73c26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319067
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue