diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-16 06:34:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-16 06:34:52 +0000 |
commit | 649f1d996e5904cd7c033a728f1f2d0f8b69993c (patch) | |
tree | f393ba10dcf29bf4e49ef49d94f120dae7a049a9 /graphics/mupdf/Makefile | |
parent | ca03b1cd66d8c9dbd7fbb10257f246c2df9d4d36 (diff) |
Notes
Diffstat (limited to 'graphics/mupdf/Makefile')
-rw-r--r-- | graphics/mupdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 9ff2712ca148..baeb34f4fafd 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -22,9 +22,11 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ LIBS+= -L${LOCALBASE}/lib MAKE_ARGS= build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes -USES= compiler:c++11-lang pkgconfig gmake +USES= cpe compiler:c++11-lang pkgconfig gmake USE_XORG= x11 xext +CPE_VENDOR= artifex + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source OPTIONS_DEFINE= SCROLL JS |