Date: Tue, 8 Jan 2019 11:23:35 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489671 - in head/graphics: cairo povray36 Message-ID: <201901081123.x08BNZeL017810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901081123.x08BNZeL017810>