diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-19 10:18:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-19 10:18:47 +0000 |
commit | 8846568b735ecdd50649d0fef51fe72da18fec70 (patch) | |
tree | 9e58ff262fbb796f3c8838757c9dffea56e07c18 /sysutils/amanda-plot | |
parent | 3b3be36529ed205512f22393797c1c818c4ccdf1 (diff) | |
download | pkgsrc-8846568b735ecdd50649d0fef51fe72da18fec70.tar.gz |
Fix path for gnuplot. Report and fix in pkg/12238 by Eric Schnoebelen.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index bcece105721..173a0d09530 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:42:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/19 10:18:47 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -21,6 +21,6 @@ USE_X11= yes CONFIGURE_ARGS+= --without-client --without-restore \ --without-restore --without-amrecover -CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/gnuplot" +CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot" .include "../../mk/bsd.pkg.mk" |