svn commit: r420395 - head/textproc/uim

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 18 10:06:28 UTC 2016


Author: tcberner
Date: Thu Aug 18 10:06:27 2016
New Revision: 420395
URL: https://svnweb.freebsd.org/changeset/ports/420395

Log:
  Switch to USES+=
  
  textproc/uim sets
     USES=foo bar
  however, this overrides the values set in child ports like
     textproc/uim-kde4
  which will require a USES=kde:4 in the future.
  
  PR:		211558
  Approved by:	maintainer timeout (15 days), rakuco (mentor)

Modified:
  head/textproc/uim/Makefile

Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile	Thu Aug 18 10:05:06 2016	(r420394)
+++ head/textproc/uim/Makefile	Thu Aug 18 10:06:27 2016	(r420395)
@@ -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
 


More information about the svn-ports-head mailing list