diff options
author | marino <marino@FreeBSD.org> | 2014-05-30 04:18:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-30 04:18:17 +0800 |
commit | 69ba0ee42798478f757c5a2a554efea988422601 (patch) | |
tree | 94db23b3dad6bc8efe1722de55c67f7d6bafb4a7 /graphics | |
parent | 5d0bb9bbcbf0429873a11c2378975a4eab362f11 (diff) | |
download | freebsd-ports-gnome-69ba0ee42798478f757c5a2a554efea988422601.tar.gz freebsd-ports-gnome-69ba0ee42798478f757c5a2a554efea988422601.tar.zst freebsd-ports-gnome-69ba0ee42798478f757c5a2a554efea988422601.zip |
2 more ports: convert to USES+= zip
USES=zip is currently desired when all distfiles are zip archives, unless
the after-extraction arguments are tailored for ${TAR}. Currently
USES=zip is incompatible with multiple distfiles of different formats,
but this is being worked on.
Approved by: general infrastructure blanket
Diffstat (limited to 'graphics')
-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 |