diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-08 16:03:20 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-08 16:03:20 +0000 |
commit | e869b98462f3f85b6c2164bc0028a59b4d2af597 (patch) | |
tree | 6b43179245d2d6fbf74b8bb218ae5a08edc33344 /mail/dbmail22 | |
parent | 9466429ecc75eede5250be809d70b11b12c57513 (diff) | |
download | ports-e869b98462f3f85b6c2164bc0028a59b4d2af597.tar.gz ports-e869b98462f3f85b6c2164bc0028a59b4d2af597.zip |
Notes
Diffstat (limited to 'mail/dbmail22')
-rw-r--r-- | mail/dbmail22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index 6bb784e9ce7d..71a4141f37f2 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -26,8 +26,9 @@ USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 USE_OPENSSL= yes +USES= pkgconfig CFLAGS+= -fPIC -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |