diff options
author | az <az@FreeBSD.org> | 2013-06-07 15:28:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 15:28:44 +0800 |
commit | f64e84b5097171fc23696a5901e686d639f99059 (patch) | |
tree | 8f6624b2d8e149b181757197e6fa36e3035637f2 | |
parent | e70212eca9a8803879a9975d4843d17195623de3 (diff) | |
download | freebsd-ports-gnome-f64e84b5097171fc23696a5901e686d639f99059.tar.gz freebsd-ports-gnome-f64e84b5097171fc23696a5901e686d639f99059.tar.zst freebsd-ports-gnome-f64e84b5097171fc23696a5901e686d639f99059.zip |
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178914
Submitted by: az
Approved by: maintainer (timeout)
-rw-r--r-- | x11-toolkits/p5-Alien-wxWidgets/Makefile | 10 |
1 files changed, 0 insertions, 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 <bsd.port.pre.mk> -.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_ |