diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 04:59:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 04:59:05 +0800 |
commit | 7a253f01ddbd39b7c57eb4b6d3e47d12177dcfe9 (patch) | |
tree | 7c1dc9bc5e51a0a01a21e346ce539d2a580a0a01 /textproc | |
parent | 5413202c3a5d500f6f684f44c41cd8042fe8cb04 (diff) | |
download | freebsd-ports-gnome-7a253f01ddbd39b7c57eb4b6d3e47d12177dcfe9.tar.gz freebsd-ports-gnome-7a253f01ddbd39b7c57eb4b6d3e47d12177dcfe9.tar.zst freebsd-ports-gnome-7a253f01ddbd39b7c57eb4b6d3e47d12177dcfe9.zip |
Move the USE_PERL definition before pre.mk inclusion. This will be needed
to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim/Makefile | 3 |
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} |