diff options
author | az <az@FreeBSD.org> | 2013-09-14 20:04:18 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 20:04:18 +0800 |
commit | 4c360573894c2f8906ac8b085feab980b48ed846 (patch) | |
tree | 0b99f811fd2d870349949708741c6d39ea7b57a5 /x11-toolkits | |
parent | 9c17906cf340f9aa310ce0e513350fda4993f739 (diff) | |
download | freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.tar.gz freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.tar.zst freebsd-ports-gnome-4c360573894c2f8906ac8b085feab980b48ed846.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Alien-wxWidgets/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Wx/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index 0b2098201fa2..d023c9986ef1 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -15,9 +15,10 @@ OPTIONS_DEFAULT= UNICODE UNICODE_DESC= Build with Unicode support USE_GCC= any +USES= perl5 +USE_PERL5= modbuild USE_WX= 2.6+ WX_COMPS= wx contrib -PERL_MODBUILD= yes .include <bsd.port.pre.mk> diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile index 454028849b53..fb38e417bfc6 100644 --- a/x11-toolkits/p5-Wx/Makefile +++ b/x11-toolkits/p5-Wx/Makefile @@ -22,9 +22,10 @@ OPTIONS_DEFINE= UNICODE OPTIONS_DEFAULT= UNICODE UNICODE_DESC= Build with Unicode support +USES= perl5 +USE_PERL5= configure USE_WX= 2.6+ WX_COMPS= wx contrib -PERL_CONFIGURE= yes CC= ${CXX} CFLAGS+= -pthread -Wno-write-strings MAKE_JOBS_UNSAFE= yes |