diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-09 20:03:45 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-10-09 20:03:45 +0000 |
commit | d618c716d6453a34e9906518bb1aa7d4b40ad77f (patch) | |
tree | 41bfefd6baa72a7f637f69857315af65772567c2 /mail | |
parent | 6fc4b474079169731e04bd2a1726b0440a972512 (diff) | |
download | ports-d618c716d6453a34e9906518bb1aa7d4b40ad77f.tar.gz ports-d618c716d6453a34e9906518bb1aa7d4b40ad77f.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/eps/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile index 0f17fb777253..086967e223ed 100644 --- a/mail/eps/Makefile +++ b/mail/eps/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= http://www.inter7.com/eps/ MAINTAINER= ismail@EnderUNIX.org COMMENT= EPS is a Email Parsing System +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC +.endif + PORTDOCS= howto MAKE_ENV+= DEFS="${CFLAGS}" @@ -33,4 +39,4 @@ do-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |