diff options
author | wiz <wiz> | 2002-10-25 19:36:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 19:36:08 +0000 |
commit | 6b88c53b511a819bf52d1d8c3a9c4cacac3b6e8d (patch) | |
tree | c88abef6a445dc7d19dd23abfa81d89d4d79d005 /sysutils/amanda-dev-plot | |
parent | dff78b3d8dabf33d204fe4a8a61c028a6d0fb31a (diff) | |
download | pkgsrc-6b88c53b511a819bf52d1d8c3a9c4cacac3b6e8d.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/Makefile | 5 |
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" |