summaryrefslogtreecommitdiff
path: root/science/ruby-dcl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 07:06:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 07:06:31 +0000
commitd027063e8c648cecb976deef897e68a5ae113676 (patch)
tree2da9274df41f96ab3ece7fefb8a0a575af6aa9f3 /science/ruby-dcl
parentAfter repocopy from x11-wm/ion, add ion-2, a tiling tabbed window manager (diff)
BROKEN on amd64: Needs to link against shared libraries
Notes
Notes: svn path=/head/; revision=110364
Diffstat (limited to 'science/ruby-dcl')
-rw-r--r--science/ruby-dcl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/ruby-dcl/Makefile b/science/ruby-dcl/Makefile
index d7f7bceb336c..3976ded4fefd 100644
--- a/science/ruby-dcl/Makefile
+++ b/science/ruby-dcl/Makefile
@@ -43,6 +43,12 @@ DEMODAT= grph1/scpack/t810630.dat grph1/scpack/t811231.dat \
grph2/umpack/t811231.dat grph2/ximage/MEMO \
grph2/ximage/tomsclm.dat
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (Needs to link against shared libraries)"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
@@ -78,4 +84,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>