diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-23 02:08:51 +0000 |
commit | ec8f6ad65a697ad9e57e902b2cce2527c35df31b (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /graphics/dx | |
parent | 077cab978bb14eef592c458d6341db4b9cf5a864 (diff) | |
download | pkgsrc-ec8f6ad65a697ad9e57e902b2cce2527c35df31b.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'graphics/dx')
-rw-r--r-- | graphics/dx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 25383edb716..e2af14ad519 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/03/13 17:37:04 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2002/04/23 02:08:53 jlam Exp $ DISTNAME= dx-4.1.3 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.research.ibm.com/dx/ COMMENT= Open Visualization Data Explorer USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-javadx |