summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2012-01-22 21:10:18 +0000
committerhauke <hauke@pkgsrc.org>2012-01-22 21:10:18 +0000
commitbd09a01be607449cbfb6513b58e7d2897c3c35fa (patch)
tree8d1bc43733f157aa9ea6f186e9855858f7380a8f /sysutils/amanda-server/Makefile
parentae158500201d20fb92d1624fd400a2a1b8e3fba8 (diff)
downloadpkgsrc-bd09a01be607449cbfb6513b58e7d2897c3c35fa.tar.gz
Remove an over-zealous warning, which breaks the amstatus script for
Perl 5.14+. According to <https://bugzilla.redhat.com/show_bug.cgi?id=512534>, upstream did away with -T here in Amanda v2.6. Since Perl 5.14+ warns of a deprecated newgetopt.perl, depend on the recommended compat module.
Diffstat (limited to 'sysutils/amanda-server/Makefile')
-rw-r--r--sysutils/amanda-server/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index d528201c418..ac4b0e95a44 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2010/06/28 10:09:26 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2012/01/22 21:10:18 hauke Exp $
PKGNAME= amanda-server-${VERS}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= amase
COMMENT= Server part of Amanda, a network backup system
@@ -10,6 +10,8 @@ PKG_DESTDIR_SUPPORT= destdir
USE_TOOLS+= awk:run perl:run
+DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
+
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"