diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 8c7cbc5e0872..4992b7eb435a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -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 \ diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index ba2488946dad..f1e44d56b407 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -46,7 +46,7 @@ CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double 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} \