diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-16 00:21:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-16 00:21:19 +0800 |
commit | c0dd4d55dbe929dedecc1bf3009e073e48e410b1 (patch) | |
tree | c71ce1bed93930e44beaa1b9e80cee34abfab3de /textproc | |
parent | e55b6fd3317879f310b3531930f7975584609609 (diff) | |
download | freebsd-ports-gnome-c0dd4d55dbe929dedecc1bf3009e073e48e410b1.tar.gz freebsd-ports-gnome-c0dd4d55dbe929dedecc1bf3009e073e48e410b1.tar.zst freebsd-ports-gnome-c0dd4d55dbe929dedecc1bf3009e073e48e410b1.zip |
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 94682f86a01a..b390087c164a 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -3,7 +3,7 @@ PORTNAME= uim PORTVERSION= 1.8.6 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= textproc MASTER_SITES= GOOGLE_CODE .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) @@ -16,7 +16,7 @@ COMMENT?= Input method library USE_LDCONFIG= yes WANT_GNOME= yes USE_GNOME+= glib20 intltool -USES= gettext gmake iconv libtool pkgconfig perl5 tar:bzip2 +USES= gettext gmake iconv libedit libtool pkgconfig perl5 tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes |