aboutsummaryrefslogtreecommitdiff
path: root/science/ruby-dcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/ruby-dcl/Makefile')
-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>