summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev-plot
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-25 19:36:08 +0000
committerwiz <wiz>2002-10-25 19:36:08 +0000
commit536dd1b7e1c02a0c1480d50ba6367be04ca947db (patch)
treec88abef6a445dc7d19dd23abfa81d89d4d79d005 /sysutils/amanda-dev-plot
parent29410918ea442453a12138d78e2d479f8ed3b94e (diff)
downloadpkgsrc-536dd1b7e1c02a0c1480d50ba6367be04ca947db.tar.gz
Convert to buildlink2. Actually, pretty easy when one considers it only installs shell scripts.
While here, remove USE_X11, since it has no point for shell scripts.
Diffstat (limited to 'sysutils/amanda-dev-plot')
-rw-r--r--sysutils/amanda-dev-plot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/amanda-dev-plot/Makefile b/sysutils/amanda-dev-plot/Makefile
index 69d40931ae7..388c0195d52 100644
--- a/sysutils/amanda-dev-plot/Makefile
+++ b/sysutils/amanda-dev-plot/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/19 02:37:39 kei Exp $
-# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
+# $NetBSD: Makefile,v 1.3 2002/10/25 19:36:08 wiz Exp $
#
PKGNAME= amanda-plot-${VERS}
@@ -10,7 +9,7 @@ COMMENT= Visualizes the behavior of Amanda, a network backup system
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= amanda-server-${VERS}:../../sysutils/amanda-dev-server
-USE_X11= yes
+USE_BUILDLINK2= yes
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-dev-common/Makefile.common"