summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-25 19:37:06 +0000
committerwiz <wiz>2002-10-25 19:37:06 +0000
commiteec8eed74d4ed746168e40423c87bb7820738740 (patch)
tree8404bc4ab5ee0eb1d73f40b4ca8bbb5d3868e9f1 /sysutils/amanda-plot
parent6b88c53b511a819bf52d1d8c3a9c4cacac3b6e8d (diff)
downloadpkgsrc-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/Makefile4
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"