From ccd630eb444008d79b511ffcb19921c55ea0788d Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 19 Mar 2001 22:15:52 +0000 Subject: Use the threaded version of Qt2 library for 5-CURRENT. Mark ruby-qt2gl broken for 4-STABLE due to the thread library problem. --- graphics/ruby-qt2gl/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile index ece1325..21dc4ea 100644 --- a/graphics/ruby-qt2gl/Makefile +++ b/graphics/ruby-qt2gl/Makefile @@ -7,6 +7,7 @@ PORTNAME= qt2gl PORTVERSION= ${RUBY_QT2_PORTVERSION} +PORTREVISION= 1 CATEGORIES= graphics x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -25,13 +26,11 @@ USE_RUBY_EXTCONF= yes USE_GMAKE= yes +.include .include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common" WRKSRC= ${RUBY_QT2_WRKSRC}/modules/opengl -CONFIGURE_ARGS= --with-qt2-include=${X11BASE}/include/qt2 \ - --with-qt2-lib=${X11BASE}/lib \ - --with-qt2=qt2 \ - --with-x11-dir=${X11BASE} +CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS} MAKE_ARGS= LOCAL_LIBS=-lgcc INSTALL_TARGET= site-install @@ -46,4 +45,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ .endif -.include +.include -- cgit v1.1