diff options
author | trevor <trevor@FreeBSD.org> | 2001-02-20 06:58:22 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-02-20 06:58:22 +0800 |
commit | f132a06cc74edd32a4b52eb8c578243e8a679ad8 (patch) | |
tree | 491870bed9b1f402037a0f1d13fa260e033d3b13 /audio/xmixer/Makefile | |
parent | 1e977d616e52558f4b85204d76d485cc72efe2b4 (diff) | |
download | freebsd-ports-gnome-f132a06cc74edd32a4b52eb8c578243e8a679ad8.tar.gz freebsd-ports-gnome-f132a06cc74edd32a4b52eb8c578243e8a679ad8.tar.zst freebsd-ports-gnome-f132a06cc74edd32a4b52eb8c578243e8a679ad8.zip |
Update to 0.9.4. Install gmixer as xgmixer, to avoid conflict with
the audio/gmixer port/package. Remove BROKEN line since this
version works.
Submitted by: Kato Tsuguru <tkato@prontomail.ne.jp>
PR: 25208
Diffstat (limited to 'audio/xmixer/Makefile')
-rw-r--r-- | audio/xmixer/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile index 57dedcf14aa5..ff399baf0824 100644 --- a/audio/xmixer/Makefile +++ b/audio/xmixer/Makefile @@ -6,24 +6,21 @@ # PORTNAME= xmixer -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= audio MASTER_SITES= http://www.hdk-berlin.de/~rasca/ -MASTER_SITE_SUBDIR= apps/sound/mixers MAINTAINER= ports@FreeBSD.org -BROKEN= seems incompatible with newpcm - WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes USE_GTK= yes USE_AUTOCONF= yes MAN1= xmixer.1 +MLINKS= xmixer.1 xgmixer.1 -post-extract: - @${RM} ${WRKSRC}/config.cache +pre-patch: + @find ${WRKSRC} -type f | xargs ${PERL} -pi -e 's|rxvt -e|xterm -e|g' .include <bsd.port.mk> |