From 77506df12adaf429c2598a3802b3a5b9cc4b101d Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 23 Apr 2003 06:37:24 +0000 Subject: Try to avoid this from being built on the build cluster. It will fail unless you define FORCE_PKG_REGISTER. Reported by: kris --- graphics/ruby-qt2gl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') 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 -- cgit v1.2.3