diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-29 20:18:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-29 20:18:17 +0000 |
commit | 9951638e48bbb7051abcd018150645df357ae781 (patch) | |
tree | 94db23b3dad6bc8efe1722de55c67f7d6bafb4a7 /graphics/mupdf | |
parent | 5f330816ce7a364030a070e43497b1c17ac08743 (diff) |
Notes
Diffstat (limited to 'graphics/mupdf')
-rw-r--r-- | graphics/mupdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index e150da277868..c472c7d01920 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ MAKE_ARGS+= build=release prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man \ XCFLAGS=-I${LOCALBASE}/include -USES= pkgconfig gmake +USES= pkgconfig gmake zip USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source |