diff options
author | wiz <wiz> | 2002-10-25 19:37:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 19:37:06 +0000 |
commit | eec8eed74d4ed746168e40423c87bb7820738740 (patch) | |
tree | 8404bc4ab5ee0eb1d73f40b4ca8bbb5d3868e9f1 /sysutils/amanda-plot | |
parent | 6b88c53b511a819bf52d1d8c3a9c4cacac3b6e8d (diff) | |
download | pkgsrc-eec8eed74d4ed746168e40423c87bb7820738740.tar.gz |
Clean up a bit. Only installs shell scripts, so USE_X11 and amanda-common's
buildlink2.mk are not needed.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 9dc1f609455..f7818c27f8e 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/10/25 19:09:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/25 19:37:06 wiz Exp $ # DISTNAME= amanda-2.4.2p2 @@ -15,7 +15,6 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server USE_BUILDLINK2= yes -USE_X11= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" @@ -25,5 +24,4 @@ CONFIGURE_ARGS+= --without-restore CONFIGURE_ARGS+= --without-amrecover CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot" -.include "../../sysutils/amanda-common/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |