diff options
author | jtb <jtb> | 2001-05-01 22:40:43 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-01 22:40:43 +0000 |
commit | 6211ddb6fd8909dbebdd1d6c19af1081f477d04b (patch) | |
tree | b76857e87924dd74cbb5e8b546d79a49b342921b /graphics | |
parent | c072f4323b3f1b477654367007e4951be397f830 (diff) | |
download | pkgsrc-6211ddb6fd8909dbebdd1d6c19af1081f477d04b.tar.gz |
Add PLPLOT_PREFIX_DEFAULT=${LOCALBASE} so that EVAL_PREFIX returns the
correct prefix when plplot isn't already installed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile index 32156c6e108..4a4e8c939f8 100644 --- a/graphics/yplot/Makefile +++ b/graphics/yplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/28 23:59:19 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/01 22:40:43 jtb Exp $ DISTNAME= yplot-1.0.3 CATEGORIES= graphics math @@ -11,6 +11,7 @@ COMMENT= Yorick interface to PLplot DEPENDS+= yorick>=1.4:../../math/yorick DEPENDS+= plplot>=5.0.3:../../graphics/plplot +PLPLOT_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= PLPLOT_PREFIX=plplot MAKEFILE= Makefile.build |