diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-04 18:48:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-04 18:48:54 +0000 |
commit | 2ffbea1568d45e1a758e9289b4aef24e3e55dc9c (patch) | |
tree | c4c367dfcd82a25612586cf0c27d76e98895b337 /audio/gbsplay | |
parent | 98f62693ce7f8a9b0a5d9113413257c8c21cf1e7 (diff) |
Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.
audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.
audio/xmms-bonk:
- Don't link with libstdc++.
audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.
audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.
audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.
audio/xmms-volnorm:
- Remove do-install.
Notes
Notes:
svn path=/head/; revision=352968
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index 11bca032fac8..5ed45b7870d0 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= CRITICAL PKGNAMEPREFIX?= |