summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-10 17:57:13 +0000
committerwiz <wiz>2003-01-10 17:57:13 +0000
commitade1e27cc47439e873df0d780311a1f25af1273c (patch)
tree09188d1fa0e8091ad89639f739647d57343c1771 /x11
parentd8c843a8c03752769a9ab6c311fc9d9a178b3508 (diff)
downloadpkgsrc-ade1e27cc47439e873df0d780311a1f25af1273c.tar.gz
Use BUILDLINK_PREFIX, and hope it fixes bulk build (cannot reproduce).
Diffstat (limited to 'x11')
-rw-r--r--x11/ruby-fox/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/ruby-fox/Makefile b/x11/ruby-fox/Makefile
index 72c24a87a74..dedf0029ed7 100644
--- a/x11/ruby-fox/Makefile
+++ b/x11/ruby-fox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/10/09 17:18:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/10 17:57:13 wiz Exp $
DISTNAME= FXRuby-0.99.174
PKGNAME= ${RUBY_PKGNAMEPREFIX}fox-0.99.174
@@ -21,9 +21,9 @@ WRKSRC= ${WRKDIST}/ext/fox
USE_BUILDLINK2= yes
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF=#defined
-CONFIGURE_ARGS+=--with-fox-include=${BUILDLINK_DIR}/include/fox
-CONFIGURE_ARGS+=--with-opengl-include=${BUILDLINK_DIR}/include/GL
-CONFIGURE_ARGS+=--with-fox-lib=${BUILDLINK_DIR}/lib
+CONFIGURE_ARGS+=--with-fox-include=${BUILDLINK_PREFIX.fox}/include/fox
+CONFIGURE_ARGS+=--with-opengl-include=${BUILDLINK_PREFIX.Mesa}/include/GL
+CONFIGURE_ARGS+=--with-fox-lib=${BUILDLINK_PREFIX.fox}/lib
INSTALL_TARGET= site-install
@@ -43,6 +43,7 @@ post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/fox
${INSTALL_DATA} ${WRKDIST}/doc/* ${RUBY_DOCDIR}/fox
+.include "../../graphics/Mesa/buildlink2.mk"
.include "../../x11/fox/buildlink2.mk"
.include "../../lang/ruby-base/Makefile.common"
.include "../../lang/ruby-base/buildlink2.mk"