summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-25 19:05:04 +0000
committerwiz <wiz>2002-10-25 19:05:04 +0000
commita0c96fdfa117f7c93508ae10226e0a26006c3f85 (patch)
tree107c18f9cf8161e63530c3fb6482d284c0b87685 /sysutils/amanda-plot
parentf2bfac060bfc467a5ecb2096963ccd929c84e366 (diff)
downloadpkgsrc-a0c96fdfa117f7c93508ae10226e0a26006c3f85.tar.gz
Convert to buildlink2.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r--sysutils/amanda-plot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile
index 2275bb5762a..9dc1f609455 100644
--- a/sysutils/amanda-plot/Makefile
+++ b/sysutils/amanda-plot/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/19 02:35:56 kei Exp $
-# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
+# $NetBSD: Makefile,v 1.10 2002/10/25 19:09:15 wiz Exp $
#
DISTNAME= amanda-2.4.2p2
@@ -15,6 +14,7 @@ COMMENT= Visualizes the behavior of Amanda, a network backup system
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"
@@ -25,4 +25,5 @@ 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"