diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2004-10-27 22:29:19 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2004-10-27 22:29:19 +0000 |
commit | 88f49b73acbf86dac7412a1c764e33fa8f63fed9 (patch) | |
tree | 82b341ca485bbfd52aeefd6fa1be38cccbd3d940 /mail/dbmail20 | |
parent | fc582c676bae5bbcbc010cb93244ef15258ca7e3 (diff) | |
download | ports-88f49b73acbf86dac7412a1c764e33fa8f63fed9.tar.gz ports-88f49b73acbf86dac7412a1c764e33fa8f63fed9.zip |
Notes
Diffstat (limited to 'mail/dbmail20')
-rw-r--r-- | mail/dbmail20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile index ce379a171139..6ea7763af4da 100644 --- a/mail/dbmail20/Makefile +++ b/mail/dbmail20/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} USE_GMAKE= YES USE_OPENSSL= YES +CFLAGS += -fPIC .if defined(WITH_POSTGRESQL) CONFIGURE_ARGS+= --with-pgsql LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 |