Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 09:48:02 +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: r359213 - head/devel/libtool
Message-ID:  <201406250948.s5P9m2Ur016270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 25 09:48:02 2014
New Revision: 359213
URL: http://svnweb.freebsd.org/changeset/ports/359213
QAT: https://qat.redports.org/buildarchive/r359213/

Log:
  Do not overwrite USES
  
  Reported by:	miwi

Modified:
  head/devel/libtool/Makefile

Modified: head/devel/libtool/Makefile
==============================================================================
--- head/devel/libtool/Makefile	Wed Jun 25 09:40:15 2014	(r359212)
+++ head/devel/libtool/Makefile	Wed Jun 25 09:48:02 2014	(r359213)
@@ -16,7 +16,7 @@ LICENSE?=        GPLv2
 
 CONFLICTS=	libtool-fixed-[0-9]*
 
-USES=		makeinfo
+USES+=		makeinfo
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?= --disable-ltdl-install
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"



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