diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-18 00:56:15 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-18 00:56:15 +0800 |
commit | 26a350aa25b484be5df780a014c22e5c2e744cb1 (patch) | |
tree | 43d0c944df19f1ce167cc9dca42970d0f08f38eb /multimedia | |
parent | 5301b4d8aadbb8739c0feb185cff2726d68c7929 (diff) | |
download | freebsd-ports-gnome-26a350aa25b484be5df780a014c22e5c2e744cb1.tar.gz freebsd-ports-gnome-26a350aa25b484be5df780a014c22e5c2e744cb1.tar.zst freebsd-ports-gnome-26a350aa25b484be5df780a014c22e5c2e744cb1.zip |
- Convert to USES=tar
- Use precise BSD licenses
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bombono/Makefile | 3 | ||||
-rw-r--r-- | multimedia/lives/Makefile | 3 | ||||
-rw-r--r-- | multimedia/smplayer-skins/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index a2ae899100bc..185e37587880 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -24,8 +24,7 @@ RUN_DEPENDS= GraphicsMagick>=1.1.7:${PORTSDIR}/graphics/GraphicsMagick \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ toolame:${PORTSDIR}/audio/toolame -USES= pkgconfig scons -USE_BZIP2= yes +USES= pkgconfig scons tar:bzip2 USE_GCC= any INSTALLS_ICONS= yes diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 1834acec471e..550e100cdb01 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -43,8 +43,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:${PORTSDIR}/audio/ladspa \ WRKSRC= ${WRKDIR}/${DISTNAME:L} -USES= pkgconfig perl5 -USE_BZIP2= yes +USES= perl5 pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_PYTHON= yes diff --git a/multimedia/smplayer-skins/Makefile b/multimedia/smplayer-skins/Makefile index fad5e9d424d3..04045d7e51ee 100644 --- a/multimedia/smplayer-skins/Makefile +++ b/multimedia/smplayer-skins/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/smplayer/SMPlayer-skins/${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Skins for SMPlayer (Skinnable GUI) -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes DATADIR= ${PREFIX}/share/smplayer |