diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-05 22:51:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-05 22:51:06 +0800 |
commit | 0c026af6d7ef58a6e6ce4993af5c5ba8558102d7 (patch) | |
tree | dc2bec5b7b2498b26c42697255a464e87d4c3088 /audio/icegenerator | |
parent | 9a6303315f3dfc92b385ffa069e6f0d2aa7d88b4 (diff) | |
download | freebsd-ports-gnome-0c026af6d7ef58a6e6ce4993af5c5ba8558102d7.tar.gz freebsd-ports-gnome-0c026af6d7ef58a6e6ce4993af5c5ba8558102d7.tar.zst freebsd-ports-gnome-0c026af6d7ef58a6e6ce4993af5c5ba8558102d7.zip |
- Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
dependency change from audio/libshout2 to audio/libshout [1]
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'audio/icegenerator')
-rw-r--r-- | audio/icegenerator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icegenerator/Makefile b/audio/icegenerator/Makefile index e9fe1dc2b9f8..ce47c87a23df 100644 --- a/audio/icegenerator/Makefile +++ b/audio/icegenerator/Makefile @@ -3,14 +3,14 @@ PORTNAME= icegenerator DISTVERSION= 0.5.5-pre2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.5-pre2 MAINTAINER= funkblaster@mail.ru COMMENT= Direct streaming generator for Icecast/Shoutcast -LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout2 +LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout GNU_CONFIGURE= yes USES= gmake pkgconfig |