diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:28:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:28:16 +0000 |
commit | 0ecb0840c02c37716dfe54b45902a7a09bfe4ac1 (patch) | |
tree | 5f418a82d2015efd49604b40d294e5a66c4b0bfc /graphics/mupdf | |
parent | 7a21dec23d525b7d538c8b786a36466c6f42a3fe (diff) | |
download | ports-0ecb0840c02c37716dfe54b45902a7a09bfe4ac1.tar.gz ports-0ecb0840c02c37716dfe54b45902a7a09bfe4ac1.zip |
Notes
Diffstat (limited to 'graphics/mupdf')
-rw-r--r-- | graphics/mupdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 749897f29995..e150da277868 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -20,10 +20,9 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 -USE_GMAKE= yes MAKE_ARGS+= build=release prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man \ XCFLAGS=-I${LOCALBASE}/include -USES= pkgconfig +USES= pkgconfig gmake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source |