summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-05-30 00:43:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-05-30 00:43:17 +0000
commitccf0b7149c8a76754b4ca47262c2260a2d06a3ad (patch)
treea40bf43917f4c894f07cc3513b87d4012b9755cd
parentUpdate to 2.14.2. (diff)
- do not build in 5.00503
PR: ports/97858 Submitted by: Shaun Amott <shaun_AT_inerd dot com>
Notes
Notes: svn path=/head/; revision=163912
-rw-r--r--devel/ac-archive/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ac-archive/Makefile b/devel/ac-archive/Makefile
index bdbcffbf5c44..57ad602ebf28 100644
--- a/devel/ac-archive/Makefile
+++ b/devel/ac-archive/Makefile
@@ -25,4 +25,10 @@ PLIST_FILES= bin/acinclude
MAN1= acinclude.1
PORTDOCS= *
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires Perl 5.8 or newer to build. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>