summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev-plot/Makefile
diff options
context:
space:
mode:
authorkei <kei>2002-08-19 02:35:56 +0000
committerkei <kei>2002-08-19 02:35:56 +0000
commit2cd30f54df0200e0d6b3bad943748e634a3518b5 (patch)
tree905bb1f06af0569fd5029b7eaf2a8cdc11db3adf /sysutils/amanda-dev-plot/Makefile
parenta2d94454f35e16a352890cb48bcc40521eca051a (diff)
downloadpkgsrc-2cd30f54df0200e0d6b3bad943748e634a3518b5.tar.gz
remove a duplicated argument of configure script.
Diffstat (limited to 'sysutils/amanda-dev-plot/Makefile')
-rw-r--r--sysutils/amanda-dev-plot/Makefile7
1 files changed, 4 insertions, 3 deletions
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"