Date: Wed, 21 Jun 2017 02:31:48 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444008 - head/graphics/xpdf Message-ID: <201706210231.v5L2VmPe076268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed Jun 21 02:31:48 2017 New Revision: 444008 URL: https://svnweb.freebsd.org/changeset/ports/444008 Log: Switch to USES localbase. Use default compilter optimization. Modified: head/graphics/xpdf/Makefile Modified: head/graphics/xpdf/Makefile ============================================================================== --- head/graphics/xpdf/Makefile Wed Jun 21 02:30:36 2017 (r444007) +++ head/graphics/xpdf/Makefile Wed Jun 21 02:31:48 2017 (r444008) @@ -18,11 +18,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png GNU_CONFIGURE= yes -USES= gmake cpe +USES= gmake cpe localbase CPE_VENDOR= foolabs -CFLAGS+= -I${LOCALBASE}/include -O0 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-opi \ --with-freetype2-library="${LOCALBASE}/lib" \ --with-freetype2-includes="${LOCALBASE}/include/freetype2" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706210231.v5L2VmPe076268>