diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
commit | a3efce1abab3e3ffdacfd584b2689609a0979ef8 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /devel/glibmm | |
parent | 01d8d88f456e484b8265e7be7086d3b5a1b4b701 (diff) | |
download | freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.gz freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.zst freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.zip |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'devel/glibmm')
-rw-r--r-- | devel/glibmm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index ccb625435eeb..e447a5112202 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -13,7 +13,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ interfaces for glib2 -USE_XZ= yes PLIST_SUB= VERSION="2.4" API_VERSION="2.4" @@ -21,7 +20,7 @@ PLIST_SUB= VERSION="2.4" API_VERSION="2.4" BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES= gettext gmake libtool:keepla pathfix perl5 pkgconfig +USES= gettext gmake libtool:keepla pathfix perl5 pkgconfig tar:xz USE_GNOME= glib20 libsigc++20 GNU_CONFIGURE= yes USE_LDCONFIG= yes |