Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 10:06:27 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420395 - head/textproc/uim
Message-ID:  <201608181006.u7IA6R5E010649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608181006.u7IA6R5E010649>