diff options
Diffstat (limited to 'sysutils/amanda-plot/Makefile')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 7fe8c70024a..2275bb5762a 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/10/18 15:20:39 veego Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/19 02:35:56 kei Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -20,8 +20,9 @@ USE_X11= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" -CONFIGURE_ARGS+= --without-client --without-restore \ - --without-restore --without-amrecover +CONFIGURE_ARGS+= --without-client +CONFIGURE_ARGS+= --without-restore +CONFIGURE_ARGS+= --without-amrecover CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot" .include "../../mk/bsd.pkg.mk" |