summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-25 19:29:00 +0000
committerwiz <wiz>2002-10-25 19:29:00 +0000
commit29410918ea442453a12138d78e2d479f8ed3b94e (patch)
treeff44251853b7fcb3f65ab385a61b38494b0e4aee /sysutils
parentd816f68c6ed0369f6cccd65f825e4b440f67d70f (diff)
downloadpkgsrc-29410918ea442453a12138d78e2d479f8ed3b94e.tar.gz
Convert to buildlink2.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-dev-server/Makefile7
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"