diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 00:43:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-30 00:43:17 +0000 |
commit | ccf0b7149c8a76754b4ca47262c2260a2d06a3ad (patch) | |
tree | a40bf43917f4c894f07cc3513b87d4012b9755cd | |
parent | Update 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/Makefile | 8 |
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> |