diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-11-24 16:04:38 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-11-24 16:04:38 +0000 |
commit | 4b89ada401e0efa3ac5a4d6a4961017f53d22b27 (patch) | |
tree | 7679a175e56e79978434aa8cd62ec541365a87dc /mail/vpopmail/Makefile | |
parent | 6ba83c65acf4970cb29f56f85d6315f2083f2364 (diff) |
Notes
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 10 |
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 |