diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-06-18 04:59:21 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-06-18 04:59:21 +0000 |
commit | a77403ddfebd3bdcffa04ce4eeeddc29c3fff4c1 (patch) | |
tree | 6408eeaba61641118c09532184f828265a0616d5 /x11-toolkits | |
parent | f2bdcc8a3eaea838526240b89c5e9b49e59befb9 (diff) | |
download | ports-a77403ddfebd3bdcffa04ce4eeeddc29c3fff4c1.tar.gz ports-a77403ddfebd3bdcffa04ce4eeeddc29c3fff4c1.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index 67857597f050..3905fd55217b 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -18,6 +18,12 @@ COMMENT= A GUI library for Haskell on top of Tcl-Tk LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + USE_GMAKE= yes WRKSRC= ${WRKDIR}/FranTk1.1/src @@ -36,4 +42,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |