diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-09 09:22:13 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-09 09:22:13 +0000 |
commit | dae80c28ad6e8649314c283cbcf616c7c66be596 (patch) | |
tree | 5025003a0acd89382cf272a4e130518eb82fcfb9 /devel/p5-Dialog | |
parent | d50839996f381ef056669b9fd042f4780c3cd023 (diff) | |
download | ports-dae80c28ad6e8649314c283cbcf616c7c66be596.tar.gz ports-dae80c28ad6e8649314c283cbcf616c7c66be596.zip |
Notes
Diffstat (limited to 'devel/p5-Dialog')
-rw-r--r-- | devel/p5-Dialog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Dialog/Makefile b/devel/p5-Dialog/Makefile index ab58daa0e8e1..5961fbaaff49 100644 --- a/devel/p5-Dialog/Makefile +++ b/devel/p5-Dialog/Makefile @@ -16,11 +16,12 @@ MAINTAINER= leeym@FreeBSD.org COMMENT= Perl interface to dialog(3) .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500007 + +.if ${PERL_LEVEL} >= 500600 EXTRA_PATCHES= ${FILESDIR}/extra-Dialog.xs .endif -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= Dialog.3 |