Bug 178914 - [patch] x11-toolkits/p5-Alien-wxWidgets
Summary: [patch] x11-toolkits/p5-Alien-wxWidgets
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chien Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 09:40 UTC by Andrej Zverev
Modified: 2013-06-07 08:30 UTC (History)
0 users

See Also:


Attachments
patch.diff (590 bytes, patch)
2013-05-24 09:40 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 09:40:00 UTC
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pclin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:28:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:28:51 UTC
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_
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"