diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-06 10:08:15 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-06 10:08:15 +0000 |
commit | 47285d38b504ab8d1e0bc3993ddbc44adc194eb0 (patch) | |
tree | 3bf9661cbbece63a5eb127c650bed204ed412748 /graphics | |
parent | c68fef06f086a6b25827b681b1e42b56d7816db9 (diff) | |
download | ports-47285d38b504ab8d1e0bc3993ddbc44adc194eb0.tar.gz ports-47285d38b504ab8d1e0bc3993ddbc44adc194eb0.zip |
Define RUBY_QT2_PORTREVISION and RUBY_WITH_PTHREAD in
x11-toolkits/ruby-qt2/Makefile.common.
Tidy up .include's.
Notes
Notes:
svn path=/head/; revision=40935
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-qt2gl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/ruby-qt2gl/Makefile b/graphics/ruby-qt2gl/Makefile index 0586bc4a2339..cf67bc568883 100644 --- a/graphics/ruby-qt2gl/Makefile +++ b/graphics/ruby-qt2gl/Makefile @@ -7,6 +7,7 @@ PORTNAME= qt2gl PORTVERSION= ${RUBY_QT2_PORTVERSION} +PORTREVISION= ${RUBY_QT2_PORTREVISION} CATEGORIES= graphics x11-toolkits ruby MASTER_SITES= ${RUBY_QT2_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -22,13 +23,9 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR} \ USE_MESA= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes -RUBY_WITH_PTHREAD= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common" - WRKSRC= ${RUBY_QT2_WRKSRC}/modules/opengl CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS} MAKE_ARGS= LOCAL_LIBS=-lgcc @@ -45,4 +42,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ .endif -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common" +.include <bsd.port.mk> |