diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-14 06:32:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-14 06:32:19 +0800 |
commit | ccfd6a8e6eeb833ea3ca3fa1938e2e51f661fcf4 (patch) | |
tree | b21e685b3c3e5699886f43dc2ab85b50472c1905 | |
parent | 6d0a07c5e14931441bf6c6d928313794dfd68b5f (diff) | |
download | freebsd-ports-gnome-ccfd6a8e6eeb833ea3ca3fa1938e2e51f661fcf4.tar.gz freebsd-ports-gnome-ccfd6a8e6eeb833ea3ca3fa1938e2e51f661fcf4.tar.zst freebsd-ports-gnome-ccfd6a8e6eeb833ea3ca3fa1938e2e51f661fcf4.zip |
Libarchive from 10/head is not able to extract the distfile so use infozip
Reported by: pkg-fallout
Submitted by: maintainer
-rw-r--r-- | x11-fonts/roboto-fonts-ttf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/roboto-fonts-ttf/Makefile b/x11-fonts/roboto-fonts-ttf/Makefile index e45ec662c84f..230135eb6c1a 100644 --- a/x11-fonts/roboto-fonts-ttf/Makefile +++ b/x11-fonts/roboto-fonts-ttf/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -USES= zip +USES= zip:infozip WRKSRC= ${WRKDIR}/Roboto_v${PORTVERSION} FONTDIR= lib/X11/fonts/Roboto |