svn commit: r489671 - in head/graphics: cairo povray36

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 11:23:36 UTC 2019


Author: tobik
Date: Tue Jan  8 11:23:34 2019
New Revision: 489671
URL: https://svnweb.freebsd.org/changeset/ports/489671

Log:
  Do not set CONFIGURE_ARGS twice

Modified:
  head/graphics/cairo/Makefile
  head/graphics/povray36/Makefile

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Tue Jan  8 10:45:40 2019	(r489670)
+++ head/graphics/cairo/Makefile	Tue Jan  8 11:23:34 2019	(r489671)
@@ -22,16 +22,13 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 
 PORTSCOUT=	skipv:5c-1.1,5c-1.2,5c-1.5
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR} \
-		--disable-directfb \
-		--enable-tee
 USES=		cpe gnome libtool pathfix pkgconfig tar:xz
 CPE_VENDOR=	cairographics
 USE_XORG=	pixman
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${DOCSDIR} \
 		--disable-directfb \
 		--disable-gallium \

Modified: head/graphics/povray36/Makefile
==============================================================================
--- head/graphics/povray36/Makefile	Tue Jan  8 10:45:40 2019	(r489670)
+++ head/graphics/povray36/Makefile	Tue Jan  8 11:23:34 2019	(r489671)
@@ -46,7 +46,7 @@ CXXFLAGS+=	-mfancy-math-387 -mpreferred-stack-boundary
 CONFIGURE_ARGS=	--disable-optimiz
 .endif
 
-CONFIGURE_ARGS=	--x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
+CONFIGURE_ARGS+=	--x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
 		CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \
 		CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \
 		LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \


More information about the svn-ports-head mailing list