diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:25:30 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:25:30 +0800 |
commit | 6afcad28cc09578cce52d76d3380b91948df10ff (patch) | |
tree | afcff3c410991c9dc05c76d815c0d7e11f81b352 /graphics/poppler | |
parent | f2d638d9d928d9c04bcaa5f58a70a0fb028a9069 (diff) | |
download | freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.tar.gz freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.tar.zst freebsd-ports-gnome-6afcad28cc09578cce52d76d3380b91948df10ff.zip |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them)
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 49adf49dd8a9..c3f0ab2d107f 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms2.so:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data -USE_XZ= yes -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig tar:xz USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes |