diff options
author | garga <garga@FreeBSD.org> | 2014-05-16 23:29:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-05-16 23:29:00 +0800 |
commit | 0b0057fbf621ea63463e1ded818bc2b2b1c43101 (patch) | |
tree | 8d331e38e168137f7f846967587021a6ce3896c7 /x11-fonts/artwiz-fonts | |
parent | 6fcce937c4cef49e90c55fc0ee482b56f6823e18 (diff) | |
download | freebsd-ports-gnome-0b0057fbf621ea63463e1ded818bc2b2b1c43101.tar.gz freebsd-ports-gnome-0b0057fbf621ea63463e1ded818bc2b2b1c43101.tar.zst freebsd-ports-gnome-0b0057fbf621ea63463e1ded818bc2b2b1c43101.zip |
Move to USES=tar:bzip2
Diffstat (limited to 'x11-fonts/artwiz-fonts')
-rw-r--r-- | x11-fonts/artwiz-fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/artwiz-fonts/Makefile b/x11-fonts/artwiz-fonts/Makefile index 3b1c688e96f3..84ea8ca64a81 100644 --- a/x11-fonts/artwiz-fonts/Makefile +++ b/x11-fonts/artwiz-fonts/Makefile @@ -13,7 +13,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= A set of free fonts for X11 desktops NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 PKGMESSAGE= ${WRKDIR}/pkg-message WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME} |