svn commit: r347818 - head/graphics/cimg

Antoine Brodin antoine at FreeBSD.org
Mon Mar 10 23:00:21 UTC 2014


Author: antoine
Date: Mon Mar 10 23:00:20 2014
New Revision: 347818
URL: http://svnweb.freebsd.org/changeset/ports/347818
QAT: https://qat.redports.org/buildarchive/r347818/

Log:
  Unbreak

Modified:
  head/graphics/cimg/Makefile

Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile	Mon Mar 10 22:58:50 2014	(r347817)
+++ head/graphics/cimg/Makefile	Mon Mar 10 23:00:20 2014	(r347818)
@@ -34,7 +34,7 @@ CPPFLAGS+=	${CFLAGS} ${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS} -Wl,--verbose
 
 .if !defined(NOPORTDOCS)
-USES=		gmake
+USES+=		gmake
 REINPLACE_ARGS=	-i ""
 LIB_DEPENDS+=	libboard.so:${PORTSDIR}/graphics/libboard
 


More information about the svn-ports-head mailing list