aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-06-21 02:31:48 +0000
committerCy Schubert <cy@FreeBSD.org>2017-06-21 02:31:48 +0000
commit15e7b519d4cd400bc1e7060b9d7ee9bb754c795c (patch)
treee35d144c062244db2073665a05ad2d771bfce8f1 /graphics/xpdf
parent24b35f84c974c769cdb463b4c2fa4d6a06f0f3ed (diff)
downloadports-15e7b519d4cd400bc1e7060b9d7ee9bb754c795c.tar.gz
ports-15e7b519d4cd400bc1e7060b9d7ee9bb754c795c.zip
Switch to USES localbase.
Use default compilter optimization.
Notes
Notes: svn path=/head/; revision=444008
Diffstat (limited to 'graphics/xpdf')
-rw-r--r--graphics/xpdf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 99be5fc77b7e..715d0de23eba 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -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" \