aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 23:16:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 23:16:09 +0000
commit7eca783bc7340e87b3c4fd25c4b95c777fc36368 (patch)
tree4678c7020675c60cffb3ac0f6a3bd493b6f6a2c1
parent8c221439ce67c3c4e483d5aa2fc8c1d513010e40 (diff)
downloadports-7eca783bc7340e87b3c4fd25c4b95c777fc36368.tar.gz
ports-7eca783bc7340e87b3c4fd25c4b95c777fc36368.zip
Remove USE_GCC=any, it properly build with recent clang
While here convert to new Perl Framework
Notes
Notes: svn path=/head/; revision=326335
-rw-r--r--devel/p5-EV/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile
index ff8e4e945d7e..add39cacf7d0 100644
--- a/devel/p5-EV/Makefile
+++ b/devel/p5-EV/Makefile
@@ -15,8 +15,8 @@ COMMENT= Perl interface to libev, a high performance full-featured event loop
RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
-USE_GCC= any
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
MAN3= EV.3 \