From 2cd30f54df0200e0d6b3bad943748e634a3518b5 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-dev-plot/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils/amanda-dev-plot') diff --git a/sysutils/amanda-dev-plot/Makefile b/sysutils/amanda-dev-plot/Makefile index 5c512320910..69d40931ae7 100644 --- a/sysutils/amanda-dev-plot/Makefile +++ b/sysutils/amanda-dev-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/19 02:37:39 kei Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -15,8 +15,9 @@ USE_X11= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-dev-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