diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-14 17:04:02 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-14 17:04:02 +0000 |
commit | 6631e9bc2971400cf272a0f0a01b006328ee7c6b (patch) | |
tree | 5eb121144cf240175b1633e773581640c937b440 /mail/vpopmail/Makefile | |
parent | aaf382e62e5b4dd41b803a39b9e3df3d8812f87d (diff) |
Notes
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index ae3c4cc6ed7d..1df6002f3ac2 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} @@ -61,7 +61,6 @@ OPTIONS_DEFINE= DOCS \ SUID_VCHKPW \ SMTP_AUTH_PATCH \ ONCHANGE_SCRIPT \ - FPIC \ MAILDROP \ DOMAIN_QUOTAS \ SPAMFOLDER \ @@ -78,7 +77,6 @@ OPTIONS_DEFAULT=MD5_PASSWORDS \ FILE_LOCKING \ USERS_BIG_DIR \ SEEKABLE \ - FPIC \ AUTH_LOG CDB_DESC= Auth via CDB @@ -106,7 +104,6 @@ SPAMASSASSIN_DESC= SpamAssassin support SUID_VCHKPW_DESC= Set vchkpw setugid vpopmail:vchkpw SMTP_AUTH_PATCH_DESC= Swap Challenge/Response for CRAM-MD5 ONCHANGE_SCRIPT_DESC= vpopmail/etc/onchange script support -FPIC_DESC= Compile with -fPIC MAILDROP_DESC= Maildrop MDA support DOMAIN_QUOTAS_DESC= Domain quotas support SPAMFOLDER_DESC= Move spam to Junk (requires SA) @@ -320,10 +317,6 @@ MAILDROP_FILES= ${WRKSRC}/maildrop/maildroprc.v1 \ EXTRA_PATCHES+= ${FILESDIR}/Makefile.in-noportdocs.patch .endif -.if ${PORT_OPTIONS:MFPIC} && ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) -CFLAGS+= -fPIC -.endif - # # Some suggestions from Gabriel Ambuehl <gabriel_ambuehl@buz.ch> # |