svn commit: r320164 - head/x11-toolkits/p5-Wx

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:30:37 UTC 2013


Author: az
Date: Fri Jun  7 07:30:36 2013
New Revision: 320164
URL: http://svnweb.freebsd.org/changeset/ports/320164

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

Modified:
  head/x11-toolkits/p5-Wx/Makefile

Modified: head/x11-toolkits/p5-Wx/Makefile
==============================================================================
--- head/x11-toolkits/p5-Wx/Makefile	Fri Jun  7 07:28:44 2013	(r320163)
+++ head/x11-toolkits/p5-Wx/Makefile	Fri Jun  7 07:30:36 2013	(r320164)
@@ -48,11 +48,6 @@ MAN3=		Wx.3 \
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.48:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.48:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
 .if ${PERL_LEVEL} < 501508
 BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
 RUN_DEPENDS+=	p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS


More information about the svn-ports-all mailing list