aboutsummaryrefslogtreecommitdiff
path: root/mail/vpopmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r--mail/vpopmail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index b75208285bff..537b99c05f42 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vpopmail
PORTVERSION= 5.4.10
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -133,10 +133,6 @@ RELAYCLEAR?= 30
SPAM_THRESHOLD?=15
LOGLEVEL?= y
-.if !defined(WITHOUT_FPIC)
-CFLAGS+= -fPIC
-.endif
-
.if defined(WITH_LDAP)
USE_OPENLDAP= yes
.if defined(WITH_LDAP_SASL)
@@ -208,6 +204,10 @@ QMAIL_DIR?= ${LOCALBASE}/qmail
QMAIL_DIR?= /var/qmail
.endif
+.if !defined(WITHOUT_FPIC) && ${ARCH} == "amd64"
+CFLAGS+= -fPIC
+.endif
+
# Uncomment this, or set PREFIX to /home if you have an existing
# vpopmail install with the vpopmail users' home directory set to
# /home/vpopmail - package rules dictate we default to /usr/local/vpopmail