From f64e84b5097171fc23696a5901e686d639f99059 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 7 Jun 2013 07:28:44 +0000 Subject: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178914 Submitted by: az Approved by: maintainer (timeout) --- x11-toolkits/p5-Alien-wxWidgets/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index d46fbc509e68..0b2098201fa2 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -21,16 +21,6 @@ PERL_MODBUILD= yes .include -.if ${PERL_LEVEL} < 500809 -BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable -.elsif ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build -.endif - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder -.endif - .if ${PORT_OPTIONS:MUNICODE} WX_UNICODE= yes WX_UNI= uni_ -- cgit