diff options
author | kei <kei@pkgsrc.org> | 2002-08-19 02:35:56 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2002-08-19 02:35:56 +0000 |
commit | 9cf6a6eeaad15eadd746ffc997e9ab65e7bcca38 (patch) | |
tree | 905bb1f06af0569fd5029b7eaf2a8cdc11db3adf /sysutils/amanda-dev-plot | |
parent | 7db1e0e7045110b419882d8191b7b01a42ef4c9b (diff) | |
download | pkgsrc-9cf6a6eeaad15eadd746ffc997e9ab65e7bcca38.tar.gz |
remove a duplicated argument of configure script.
Diffstat (limited to 'sysutils/amanda-dev-plot')
-rw-r--r-- | sysutils/amanda-dev-plot/Makefile | 7 |
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" |