diff options
author | cy <cy@FreeBSD.org> | 2017-06-21 02:31:48 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-06-21 02:31:48 +0000 |
commit | 790db69e97ddd268e815a38e90f094c18ed43e62 (patch) | |
tree | e35d144c062244db2073665a05ad2d771bfce8f1 | |
parent | 3cac2baeba5bd9ee6615855a5398ade8b841bcfd (diff) | |
download | FreeBSD-ports-790db69e97ddd268e815a38e90f094c18ed43e62.zip FreeBSD-ports-790db69e97ddd268e815a38e90f094c18ed43e62.tar.gz |
Switch to USES localbase.
Use default compilter optimization.
-rw-r--r-- | graphics/xpdf/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 99be5fc..715d0de 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" \ |