summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 20:59:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 20:59:05 +0000
commit1bed6d552b9b496ca49b49721a52517cee75076d (patch)
treed09bcb69e608c322aaa8e3be752b2c03ca4efe02 /textproc
parentAdd WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion. (diff)
Move the USE_PERL definition before pre.mk inclusion. This will be needed
to conditionalize bsd.perl.mk inclusion. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=200386
Diffstat (limited to 'textproc')
-rw-r--r--textproc/uim/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index bcbda603aca3..3b2566373776 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -24,6 +24,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
USE_ICONV= yes
+USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
.if !defined(WITHOUT_X11)
@@ -62,8 +63,6 @@ PLIST_SUB+= X11=""
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-uim_editline.c
.endif
-USE_PERL5_BUILD=yes
-
.for _x in x xft gtk2 qt gnome2 anthy canna m17nlib prime scim dict
.if ${CONFIGURE_ARGS:M--with-${_x}} == ""
CONFIGURE_ARGS+=--without-${_x}