summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-25 19:05:04 +0000
committerwiz <wiz@pkgsrc.org>2002-10-25 19:05:04 +0000
commit39a3c63de7d121a536b2f1aa2ceda3887d884072 (patch)
tree107c18f9cf8161e63530c3fb6482d284c0b87685 /sysutils/amanda-plot
parent7ce36b610d6582a06c2e9c34771344901687fe56 (diff)
downloadpkgsrc-39a3c63de7d121a536b2f1aa2ceda3887d884072.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"