svn commit: r320163 - head/x11-toolkits/p5-Alien-wxWidgets

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:28:45 UTC 2013


Author: az
Date: Fri Jun  7 07:28:44 2013
New Revision: 320163
URL: http://svnweb.freebsd.org/changeset/ports/320163

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178914
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/x11-toolkits/p5-Alien-wxWidgets/Makefile

Modified: head/x11-toolkits/p5-Alien-wxWidgets/Makefile
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Fri Jun  7 07:27:14 2013	(r320162)
+++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Fri Jun  7 07:28:44 2013	(r320163)
@@ -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_


More information about the svn-ports-all mailing list