diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-01 19:43:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-01 19:43:11 +0000 |
commit | 7c87414634420bcdcee54a1cad5d6ba0ad1da5b8 (patch) | |
tree | fbb760354863d7e00f08c05466b0a2fce1982dd5 /databases/p5-DBD-FrontBase | |
parent | c76f958b1acbf0ce44ccacd82df7264889b94bc9 (diff) |
Rename: lang/perl5 -> lang/perl5.6
PR: ports/131046
Notes
Notes:
svn path=/head/; revision=227400
Diffstat (limited to 'databases/p5-DBD-FrontBase')
-rw-r--r-- | databases/p5-DBD-FrontBase/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/p5-DBD-FrontBase/Makefile b/databases/p5-DBD-FrontBase/Makefile index 66b2a59e484e..ad9a89196aa9 100644 --- a/databases/p5-DBD-FrontBase/Makefile +++ b/databases/p5-DBD-FrontBase/Makefile @@ -20,15 +20,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0+ CFLAGS+= -I${LOCALBASE}/include MAN3= DBD::FB.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= perl 5.6 or newer required, Install lang/perl5.8 or lang/perl5 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |