diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 19:29:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 19:29:00 +0000 |
commit | 50a80b7265f2c5002b875d29f778f75ecb1cb3ec (patch) | |
tree | ff44251853b7fcb3f65ab385a61b38494b0e4aee /sysutils/amanda-dev-server | |
parent | 39a3c63de7d121a536b2f1aa2ceda3887d884072 (diff) | |
download | pkgsrc-50a80b7265f2c5002b875d29f778f75ecb1cb3ec.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'sysutils/amanda-dev-server')
-rw-r--r-- | sysutils/amanda-dev-server/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/amanda-dev-server/Makefile b/sysutils/amanda-dev-server/Makefile index 979c218fe27..fdb2f2cf5df 100644 --- a/sysutils/amanda-dev-server/Makefile +++ b/sysutils/amanda-dev-server/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/02 13:28:16 bouyer Exp $ -# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp +# $NetBSD: Makefile,v 1.2 2002/10/25 19:29:00 wiz Exp $ # PKGNAME= amanda-server-${VERS} COMMENT= Server part of Amanda, a network backup system -DEPENDS+= amanda-common-${VERS}:../../sysutils/amanda-dev-common - +USE_BUILDLINK2= yes USE_PERL5= yes USE_GMAKE= yes @@ -50,4 +48,5 @@ pre-install: ${SED} -e 's|^libexec/chg-scsi$$|@comment libexec/chg-scsi needs headers...|' ${PKGDIR}/PLIST > ${PLIST_SRC} .endif +.include "../../sysutils/amanda-dev-common/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |