diff options
author | snj <snj@pkgsrc.org> | 2004-05-04 03:40:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-04 03:40:50 +0000 |
commit | de81b7d770ca1b231b75eeb5c8884425f68f1cea (patch) | |
tree | 0a47483b89fe0c9c7956c5118f680a684fe13c1e /sysutils/amanda-plot | |
parent | b5211169d260c2ef7b3db3b04c3d5238e1ca7c22 (diff) | |
download | pkgsrc-de81b7d770ca1b231b75eeb5c8884425f68f1cea.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r-- | sysutils/amanda-plot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 86a9b3e1b13..8f1cb1bfaf5 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:53:26 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/04 03:40:50 snj Exp $ # DISTNAME= amanda-2.4.2p2 @@ -14,7 +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_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" |