diff options
author | knu <knu@FreeBSD.org> | 2001-04-01 18:07:11 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-01 18:07:11 +0000 |
commit | 063c008f474d4296d828749af6069fe1d6a66ea9 (patch) | |
tree | d762c5d740eff6b23a38866e37cc1d47433c45a5 /x11-toolkits/ruby-qt2 | |
parent | 38ab8e0f1cb888bbe3283734c2f7b1dbdc1a2bbb (diff) | |
download | FreeBSD-ports-063c008f474d4296d828749af6069fe1d6a66ea9.zip FreeBSD-ports-063c008f474d4296d828749af6069fe1d6a66ea9.tar.gz |
Now all the ruby-qt2* ports are unbroken for both 4-STABLE and
5-CURRENT.
Bump the version to 0.12a.1.
Diffstat (limited to 'x11-toolkits/ruby-qt2')
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile.common | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/x11-toolkits/ruby-qt2/Makefile.common b/x11-toolkits/ruby-qt2/Makefile.common index edb7ae5..6026627 100644 --- a/x11-toolkits/ruby-qt2/Makefile.common +++ b/x11-toolkits/ruby-qt2/Makefile.common @@ -1,7 +1,7 @@ # $FreeBSD$ RUBY_QT2_VERSION= 0.12 -RUBY_QT2_PORTVERSION= ${RUBY_QT2_VERSION}a +RUBY_QT2_PORTVERSION= ${RUBY_QT2_VERSION}a.1 RUBY_QT2_MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/ RUBY_QT2_DISTNAME= ruby-qt2-${RUBY_QT2_VERSION} @@ -11,18 +11,7 @@ RUBY_QT2_WRKSRC= ${WRKDIR}/qt2 RUBY_QT2_CONFIGURE_ARGS= \ --with-qt2-include=${X11BASE}/include/qt2 \ --with-qt2-lib=${X11BASE}/lib \ - --with-x11-dir=${X11BASE} -.if ${OSVERSION} >= 500018 -RUBY_QT2_CONFIGURE_ARGS+= \ - --with-ldflags="${PTHREAD_LIBS}" \ - --with-qt2=qt2-mt -.else -.if ${PORTNAME} == qt2gl -BROKEN= "Qt2's GL support is only supported on 5-CURRENT due to a problem with the thread library." -.endif - -RUBY_QT2_CONFIGURE_ARGS+= \ - --with-qt2=qt2 -.endif + --with-x11-dir=${X11BASE} \ + --with-qt2=qtgl MD5_FILE= ${RUBY_QT2_PORTDIR}/distinfo |