aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-gdome
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 07:07:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 07:07:25 +0000
commitcb2542833dbef4e58e51ccf8abdf8ffc212ba212 (patch)
tree2164c08094811ea9c810f2f3c20eb487d9875c11 /textproc/ruby-gdome
parentd027063e8c648cecb976deef897e68a5ae113676 (diff)
downloadports-cb2542833dbef4e58e51ccf8abdf8ffc212ba212.tar.gz
ports-cb2542833dbef4e58e51ccf8abdf8ffc212ba212.zip
Notes
Diffstat (limited to 'textproc/ruby-gdome')
-rw-r--r--textproc/ruby-gdome/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ruby-gdome/Makefile b/textproc/ruby-gdome/Makefile
index efa2e42ca4c7..76188560ce10 100644
--- a/textproc/ruby-gdome/Makefile
+++ b/textproc/ruby-gdome/Makefile
@@ -26,6 +26,12 @@ USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Coredump during build on amd64"
+.endif
+
post-extract:
${RM} -rf ${WRKSRC}/examples-ruby/CVS
@@ -37,4 +43,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>