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 | 560beadce54c696761d69118f3e6a28d979c7a28 (patch) | |
tree | 0a47483b89fe0c9c7956c5118f680a684fe13c1e /sysutils/amanda-client | |
parent | 8aaf6bd8b4a5e2b01e7c52e1e95275c5ef362ee4 (diff) | |
download | pkgsrc-560beadce54c696761d69118f3e6a28d979c7a28.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index c083d7c602c..a7e715b860f 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/07/17 22:53:25 grant Exp $ +# $NetBSD: Makefile,v 1.33 2004/05/04 03:40:50 snj Exp $ # DISTNAME= amanda-2.4.2p2 @@ -13,13 +13,13 @@ COMMENT= Client part of Amanda, a network backup system DEPENDS+= amanda-common-2.4.2p2:../../sysutils/amanda-common -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" -.include "../../sysutils/amanda-common/buildlink2.mk" -#.include "../../devel/readline/buildlink2.mk" +.include "../../sysutils/amanda-common/buildlink3.mk" +#.include "../../devel/readline/buildlink3.mk" .if ${OPSYS} != "Linux" DEPENDS+= {gtar,gtar-base}>=1.12:../../archivers/gtar-base |