diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-18 10:06:27 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-18 10:06:27 +0000 |
commit | 2507d416d2f45ae99ba5e270cb91258cdc608e67 (patch) | |
tree | 1e0deecceef5083005488eb9b7b615035222aab6 /textproc/uim | |
parent | b36cb8c32ad1b8d2c350d898fd1df82ed61624ed (diff) | |
download | ports-2507d416d2f45ae99ba5e270cb91258cdc608e67.tar.gz ports-2507d416d2f45ae99ba5e270cb91258cdc608e67.zip |
Notes
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index f234faf5743d..e198269dbc8a 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -16,7 +16,7 @@ COMMENT?= Input method library USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool -USES= gettext gmake iconv libedit libtool pkgconfig perl5 tar:bzip2 +USES+= gettext gmake iconv libedit libtool pkgconfig perl5 tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes |