diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | c7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch) | |
tree | e120d11744661e220d8a3555e1cc169d34966ca9 /audio/liteamp/Makefile | |
parent | 556c0d85678a5197e3ae8e4a697f4c3f6a450e8e (diff) | |
download | ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.tar.gz ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.zip |
Chase the libmad/libid3tag shared lib version.
Notes
Notes:
svn path=/head/; revision=95225
Diffstat (limited to 'audio/liteamp/Makefile')
-rw-r--r-- | audio/liteamp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index 01b27becce9c..0b48ed93bd5d 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -6,6 +6,7 @@ PORTNAME= liteamp PORTVERSION= 0.2.3.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= http://download.kldp.net/liteamp/ @@ -13,7 +14,7 @@ MAINTAINER= perky@FreeBSD.org COMMENT= Light-weight Music Player for GNOME2 LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ - mad.1:${PORTSDIR}/audio/mad \ + mad.2:${PORTSDIR}/audio/mad \ ogg.4:${PORTSDIR}/audio/libogg \ vorbisfile.3:${PORTSDIR}/audio/libvorbis |