aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-tgif
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 07:10:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 07:10:47 +0000
commit3c25539f3adffc26db172472d5a2cda51ea226c8 (patch)
treed76cb4e76656209be4a3ce5442f0c6a324dcdfb1 /graphics/ruby-tgif
parent004197b07a8a849821b15fb6efdb58467d79749c (diff)
downloadports-3c25539f3adffc26db172472d5a2cda51ea226c8.tar.gz
ports-3c25539f3adffc26db172472d5a2cda51ea226c8.zip
Notes
Diffstat (limited to 'graphics/ruby-tgif')
-rw-r--r--graphics/ruby-tgif/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile
index f94fde5d64a1..342b4755b001 100644
--- a/graphics/ruby-tgif/Makefile
+++ b/graphics/ruby-tgif/Makefile
@@ -34,6 +34,12 @@ INSTALL_TARGET= site-install
DOCS_EN= README
DOCS_JA= ChangeLog.ja README.ja
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (missing -fPIC)"
+.endif
+
post-extract:
${LN} -sf `cd ${PORTSDIR}/${TGIF_PORT}; ${MAKE} -V WRKSRC` ${WRKSRC}/tgif
@@ -54,4 +60,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>