aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:51:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:51:04 +0000
commit9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch)
treef134d7bf940f5f50482b60e36c255e9f239360d6 /textproc/uim
parentf25de658a01310d78cbb67209274b82dcbf0878e (diff)
downloadports-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.tar.gz
ports-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.zip
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=327454
Diffstat (limited to 'textproc/uim')
-rw-r--r--textproc/uim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index ae87c430ca58..ef8063433280 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -17,8 +17,8 @@ USE_LDCONFIG= yes
WANT_GNOME= yes
USE_GNOME+= glib20 intltool
USE_AUTOTOOLS= libtool
-USES= gettext gmake iconv pkgconfig
-USE_PERL5_BUILD=yes
+USES= gettext gmake iconv pkgconfig perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
.if !defined(WITHOUT_X11)