aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2005-03-02 10:32:43 +0800
committerclsung <clsung@FreeBSD.org>2005-03-02 10:32:43 +0800
commit85ae496048430a9057fd1668deaba2dd36e9468b (patch)
tree956f9375fbde21257f13e94a8dcb2f92e80ea758
parentbaf4dffbbaa5b29b61ffb94ce48d0c33f5881fc0 (diff)
downloadfreebsd-ports-gnome-85ae496048430a9057fd1668deaba2dd36e9468b.tar.gz
freebsd-ports-gnome-85ae496048430a9057fd1668deaba2dd36e9468b.tar.zst
freebsd-ports-gnome-85ae496048430a9057fd1668deaba2dd36e9468b.zip
- botan-1.4.4 does not build on perl5.005
Noted by: krismail
-rw-r--r--security/botan/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index 6065e118a506..e53e63892310 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -47,8 +47,7 @@ post-patch:
.endif
.if ${PERL_LEVEL} < 500601
-BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-RUN_DEPENDS= ${BUILD_DEPENDS}
+IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>