From 9cf6a6eeaad15eadd746ffc997e9ab65e7bcca38 Mon Sep 17 00:00:00 2001 From: kei Date: Mon, 19 Aug 2002 02:35:56 +0000 Subject: remove a duplicated argument of configure script. --- sysutils/amanda-plot/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils/amanda-plot/Makefile') 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" -- cgit v1.2.3