Date: Tue, 15 Sep 2015 16:21:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396997 - head/textproc/uim Message-ID: <201509151621.t8FGLJEp074570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 15 16:21:19 2015 New Revision: 396997 URL: https://svnweb.freebsd.org/changeset/ports/396997 Log: - Switch to USES=libedit as suggested by stage-qa Approved by: portmgr blanket Modified: head/textproc/uim/Makefile Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Tue Sep 15 16:20:58 2015 (r396996) +++ head/textproc/uim/Makefile Tue Sep 15 16:21:19 2015 (r396997) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151621.t8FGLJEp074570>