diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /audio/alsaplayer | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.zst freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'audio/alsaplayer')
-rw-r--r-- | audio/alsaplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index 32394efc2772..cc352ff2417a 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -7,6 +7,7 @@ PORTNAME= alsaplayer PORTVERSION= 0.99.75 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/people/andy/ \ http://www.alsaplayer.org/ @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.alsa-project.org/pub/people/andy/ \ MAINTAINER= co9@xs4all.nl COMMENT= Audio player with pitch control and a GNOME GUI -LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad \ +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \ sndfile.1:${PORTSDIR}/audio/libsndfile USE_REINPLACE= yes |