diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-30 20:30:06 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-30 20:30:06 +0000 |
commit | b41cba1155d83cf1296abc8a79a7855c744ef342 (patch) | |
tree | 81d884e9462594d9f0b62b7f7b22c77bebe958c2 /graphics/yplot/Makefile | |
parent | 606537f65779adc249ac007847f1116c6ae90819 (diff) | |
download | pkgsrc-b41cba1155d83cf1296abc8a79a7855c744ef342.tar.gz |
Use `plplot-config --libs` for plplot-5.0.3 instead of `plplot_linkage`.
Diffstat (limited to 'graphics/yplot/Makefile')
-rw-r--r-- | graphics/yplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile index 2e710333883..5cb1b4c37a2 100644 --- a/graphics/yplot/Makefile +++ b/graphics/yplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:38 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/30 20:30:06 jtb Exp $ DISTNAME= yplot-1.0.3 CATEGORIES= graphics math @@ -9,7 +9,7 @@ HOMEPAGE= http://yplot.sourceforge.net/ COMMENT= Yorick interface to PLplot DEPENDS+= yorick>=1.4:../../math/yorick -DEPENDS+= plplot>=5.0.2:../../graphics/plplot +DEPENDS+= plplot>=5.0.3:../../graphics/plplot EVAL_PREFIX+= PLPLOT_PREFIX=plplot |