svn commit: r359213 - head/devel/libtool

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 09:48:03 UTC 2014


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"


More information about the svn-ports-head mailing list