summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-23 06:37:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-23 06:37:24 +0000
commit77506df12adaf429c2598a3802b3a5b9cc4b101d (patch)
tree796da2e9b94dc4a2779877fd5db65b0236e443b9 /graphics
parentAdd a run-time dependency on ruby-aspectr since dbi/trace requires it. (diff)
Try to avoid this from being built on the build cluster.
It will fail unless you define FORCE_PKG_REGISTER. Reported by: kris
Notes
Notes: svn path=/head/; revision=79481
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-qt2gl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile
index c40b1f9aa88c..b605eb891f51 100644
--- a/graphics/ruby-qt2gl/Makefile
+++ b/graphics/ruby-qt2gl/Makefile
@@ -21,6 +21,10 @@ BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR} \
${RUBY_SITEARCHLIBDIR}/opengl.so:${PORTSDIR}/graphics/ruby-opengl
+.if defined(PACKAGE_BUILDING)
+IGNORE= Needs to define FORCE_PKG_REGISTER=yes to get this installed
+.endif
+
USE_MESA= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes