diff options
author | oliver <oliver@FreeBSD.org> | 2009-05-21 15:47:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-05-21 15:47:01 +0800 |
commit | 0c2e875b4259bbe7ea0267e82b9e72e1e01e6765 (patch) | |
tree | 26f5abd93e0d73326262a8998ea792a0436351d7 /audio/xmms-crossfade | |
parent | ed8b4c417f9858310b43b78c1c162aca91659812 (diff) | |
download | freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.gz freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.tar.zst freebsd-ports-gnome-0c2e875b4259bbe7ea0267e82b9e72e1e01e6765.zip |
update audacious to 2.0.1
bump portrevision on dependant ports
Diffstat (limited to 'audio/xmms-crossfade')
-rw-r--r-- | audio/xmms-crossfade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 0db75d10952d..86a20f6e916f 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -7,7 +7,7 @@ PORTNAME= crossfade PORTVERSION= 0.3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ CENKES PKGNAMEPREFIX= ${APP}- @@ -39,7 +39,8 @@ CONFIGURE_ARGS+=--enable-samplerate .endif post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|aout|elf|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/objformat=/s|aout|elf|; \ + s|dummy audacious|&2|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/libcrossfade.so ${PREFIX}/${PLUGDIR}/ |