diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /multimedia | |
parent | 549b6db4176fe494c57f28d6d061cda790a27887 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clive1/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer-fonts/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ogmtools/Makefile | 2 | ||||
-rw-r--r-- | multimedia/plexmediaserver-plexpass/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/clive1/Makefile b/multimedia/clive1/Makefile index f5fa35a84561..718eaa853866 100644 --- a/multimedia/clive1/Makefile +++ b/multimedia/clive1/Makefile @@ -22,7 +22,7 @@ CONFLICTS= clive-[0-9]* GNU_CONFIGURE= yes -USE_BZIP2= yes +USES= tar:bzip2 # not compatible with 3.0 USE_PYTHON= 2 diff --git a/multimedia/mplayer-fonts/Makefile b/multimedia/mplayer-fonts/Makefile index 477200534bef..583df3eacbd5 100644 --- a/multimedia/mplayer-fonts/Makefile +++ b/multimedia/mplayer-fonts/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ \ MAINTAINER= riggs@rrr.de COMMENT= Font pack for the mplayer OSD and SUB -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes FONTDIRS= cyrillic koi8r-font iso-8859-1/arial-14 \ diff --git a/multimedia/ogmtools/Makefile b/multimedia/ogmtools/Makefile index d48c900ed422..d4e428ccb270 100644 --- a/multimedia/ogmtools/Makefile +++ b/multimedia/ogmtools/Makefile @@ -12,7 +12,7 @@ COMMENT= Tools to extract from/get info about/create OGG media streams LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} diff --git a/multimedia/plexmediaserver-plexpass/Makefile b/multimedia/plexmediaserver-plexpass/Makefile index 0527afa1b01f..6ada88830908 100644 --- a/multimedia/plexmediaserver-plexpass/Makefile +++ b/multimedia/plexmediaserver-plexpass/Makefile @@ -11,7 +11,7 @@ DISTNAME= PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-amd64 MAINTAINER= feld@FreeBSD.org COMMENT= The Plex Media Server component -USE_BZIP2= yes +USES= tar:bzip2 PLEX_BUILD= 3e7f93c NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} |