diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-04-24 20:11:01 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-04-24 20:11:01 +0000 |
commit | a39d5573ba14d3ab5f4e7d8995c62ac5d63581f4 (patch) | |
tree | fa85e19c3d2123162fdbd7b073bec62ca64cae6e /audio | |
parent | 0240ab15740ae52bb3c5b8bb8a7a3f2c869f0883 (diff) |
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
Notes
Notes:
svn path=/head/; revision=352062
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flake/Makefile | 3 | ||||
-rw-r--r-- | audio/kaudiocreator/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/flake/Makefile b/audio/flake/Makefile index 6b7462e96a88..89dd896d392a 100644 --- a/audio/flake/Makefile +++ b/audio/flake/Makefile @@ -14,8 +14,7 @@ LICENSE= LGPL21 CONFIGURE_ARGS+= --cc="${CC}" HAS_CONFIGURE= yes -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/flake include/flake.h lib/libflake.a diff --git a/audio/kaudiocreator/Makefile b/audio/kaudiocreator/Makefile index 1564fb6c7372..989f0c8d24e0 100644 --- a/audio/kaudiocreator/Makefile +++ b/audio/kaudiocreator/Makefile @@ -21,8 +21,7 @@ RUN_DEPENDS= flac:${PORTSDIR}/audio/flac \ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif -USE_BZIP2= yes -USES= cmake +USES= cmake tar:bzip2 USE_QT4= moc_build qmake_build rcc_build uic_build USE_KDE4= automoc4 kdehier kdeprefix libkcddb libkcompactdisc |