diff options
author | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-23 02:08:51 +0000 |
commit | b158516a03a20a7e0864e909a0776d95b22bb262 (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /graphics/Ngraph | |
parent | 72f853d88f376c91fdae5bc25b3e6a650b67f0d2 (diff) | |
download | pkgsrc-b158516a03a20a7e0864e909a0776d95b22bb262.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'graphics/Ngraph')
-rw-r--r-- | graphics/Ngraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Ngraph/Makefile b/graphics/Ngraph/Makefile index 19b84a5795e..14e8c48c10d 100644 --- a/graphics/Ngraph/Makefile +++ b/graphics/Ngraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/10/24 22:10:59 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/23 02:08:53 jlam Exp $ # DISTNAME= Ngraph-6.3.06-src @@ -16,6 +16,7 @@ COMMENT= the 2D graph and data analysis program EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes USE_GMAKE= yes post-extract: |