diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-18 02:40:07 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2012-12-18 02:40:07 +0000 |
commit | 977b5237b3a159a13e2f2f8de8fd49477685c9c3 (patch) | |
tree | b6d76856684663d84073fa7c3e3d953f04b71bd7 /graphics/xpdf | |
parent | 805fa78ecaf68e92019c91ec4304a244abc3f7ec (diff) |
Notes
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 36b3c042118d..d0d7f4ed8d24 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes USE_GMAKE= yes +CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-opi \ |