diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 17:52:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 17:52:13 +0800 |
commit | 326804942f723987a795b57aeb86e9d752a9f026 (patch) | |
tree | 4fe4b7a80d1dd6b4e1946eab67a259f8646a9271 /multimedia/libass | |
parent | 239ae4fa27df0476c159b84c542f842ecc40d284 (diff) | |
download | freebsd-ports-gnome-326804942f723987a795b57aeb86e9d752a9f026.tar.gz freebsd-ports-gnome-326804942f723987a795b57aeb86e9d752a9f026.tar.zst freebsd-ports-gnome-326804942f723987a795b57aeb86e9d752a9f026.zip |
Convert to USES=tar:xz
Diffstat (limited to 'multimedia/libass')
-rw-r--r-- | multimedia/libass/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 8f82604ebc99..518967639b74 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libfribidi.so:${PORTSDIR}/converters/fribidi -USES= pathfix pkgconfig -USE_XZ= yes +USES= pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes |