summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-25 19:37:06 +0000
committerwiz <wiz@pkgsrc.org>2002-10-25 19:37:06 +0000
commit46a8f26980576886a745839450cc3e881e019870 (patch)
tree8404bc4ab5ee0eb1d73f40b4ca8bbb5d3868e9f1 /sysutils/amanda-plot
parentb5cf77738230ba378c8cf7646a371965702e2cc5 (diff)
downloadpkgsrc-46a8f26980576886a745839450cc3e881e019870.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"