diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /audio/squash/Makefile | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'audio/squash/Makefile')
-rw-r--r-- | audio/squash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile index cee6758..76b25b5 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -6,6 +6,7 @@ PORTNAME= squash PORTVERSION= 1.0.p1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= squash @@ -17,7 +18,7 @@ COMMENT= Learning console-based MP3/OGG player LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac \ fftw.2:${PORTSDIR}/math/fftw \ id3-3.8.2:${PORTSDIR}/audio/id3lib \ - mad.1:${PORTSDIR}/audio/mad \ + mad.2:${PORTSDIR}/audio/mad \ vorbis.2:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao RUN_DEPENDS= id3v2:${PORTSDIR}/audio/id3v2 |