svn commit: r444008 - head/graphics/xpdf

Cy Schubert cy at FreeBSD.org
Wed Jun 21 02:31:49 UTC 2017


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" \


More information about the svn-ports-all mailing list