Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 21:57:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326101 - head/Mk
Message-ID:  <201309022157.r82Lv983073667@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 21:57:08 2013
New Revision: 326101
URL: http://svnweb.freebsd.org/changeset/ports/326101

Log:
  Do not overwrite USES

Modified:
  head/Mk/bsd.gecko.mk

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Mon Sep  2 21:55:45 2013	(r326100)
+++ head/Mk/bsd.gecko.mk	Mon Sep  2 21:57:08 2013	(r326101)
@@ -502,7 +502,7 @@ MOZILLA_BIN?=	${PORTNAME}-bin
 MOZILLA_EXEC_NAME?=${MOZILLA}
 MOZ_RPATH?=	${MOZILLA}
 USE_GNOME+=	libidl desktopfileutils
-USES=	iconv
+USES+=	iconv
 USE_PERL5_BUILD=yes
 USE_XORG=	printproto sm xt xi xext x11 xinerama \
 		ice xproto



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