diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-05 02:48:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-05 02:48:54 +0800 |
commit | fb22089f7d9407c6e25941e97eca98b6d610735f (patch) | |
tree | c4c367dfcd82a25612586cf0c27d76e98895b337 /audio/xmms-wavpack | |
parent | d669f923ee4e0a4b3ddbbac8dc0972be13d81198 (diff) | |
download | freebsd-ports-graphics-fb22089f7d9407c6e25941e97eca98b6d610735f.tar.gz freebsd-ports-graphics-fb22089f7d9407c6e25941e97eca98b6d610735f.tar.zst freebsd-ports-graphics-fb22089f7d9407c6e25941e97eca98b6d610735f.zip |
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.
Diffstat (limited to 'audio/xmms-wavpack')
-rw-r--r-- | audio/xmms-wavpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-wavpack/Makefile b/audio/xmms-wavpack/Makefile index deb0f9109d8..00adb6a89a5 100644 --- a/audio/xmms-wavpack/Makefile +++ b/audio/xmms-wavpack/Makefile @@ -2,7 +2,7 @@ PORTNAME= xmms-wavpack PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ @@ -12,7 +12,7 @@ COMMENT= XMMS input plugin to play WavPack files LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack \ libxmms.so:${PORTSDIR}/multimedia/xmms -USES= pkgconfig tar:bzip2 +USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |