aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-04-06 18:08:15 +0800
committerknu <knu@FreeBSD.org>2001-04-06 18:08:15 +0800
commit0019d7e5a24aed7fa9533c660db98cdbdea21ac6 (patch)
tree386674a96c679fed35dc284bd8a2136ef00cd845 /textproc
parentbd43af2f5aed9a4611dc35623ec7bfb5b91c7384 (diff)
downloadfreebsd-ports-gnome-0019d7e5a24aed7fa9533c660db98cdbdea21ac6.tar.gz
freebsd-ports-gnome-0019d7e5a24aed7fa9533c660db98cdbdea21ac6.tar.zst
freebsd-ports-gnome-0019d7e5a24aed7fa9533c660db98cdbdea21ac6.zip
Define RUBY_QT2_PORTREVISION and RUBY_WITH_PTHREAD in
x11-toolkits/ruby-qt2/Makefile.common. Tidy up .include's.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-qt2xml/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/ruby-qt2xml/Makefile b/textproc/ruby-qt2xml/Makefile
index e071aa987bb0..b7b40f5653af 100644
--- a/textproc/ruby-qt2xml/Makefile
+++ b/textproc/ruby-qt2xml/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qt2xml
PORTVERSION= ${RUBY_QT2_PORTVERSION}
+PORTREVISION= ${RUBY_QT2_PORTREVISION}
CATEGORIES= textproc x11-toolkits ruby
MASTER_SITES= ${RUBY_QT2_MASTER_SITES}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -20,13 +21,9 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
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/xml
CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS}
MAKE_ARGS= LOCAL_LIBS=-lgcc
@@ -38,4 +35,5 @@ post-install:
${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endif
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common"
+.include <bsd.port.mk>