diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 11:02:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 11:02:46 +0000 |
commit | dcc0b77050d493b847af53ee39a6d31db31b8634 (patch) | |
tree | 38ee17ea6cf753e1e9f5ac8a493266dc01341511 /audio/squash | |
parent | b59b40de43012b4b425cb73a3b0f0d5c2e95ec84 (diff) | |
download | ports-dcc0b77050d493b847af53ee39a6d31db31b8634.tar.gz ports-dcc0b77050d493b847af53ee39a6d31db31b8634.zip |
Notes
Diffstat (limited to 'audio/squash')
-rw-r--r-- | audio/squash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile index 8b54ae741373..283515b45b16 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -6,7 +6,7 @@ PORTNAME= squash PORTVERSION= 1.0.p1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= squash @@ -17,7 +17,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 \ + id3-3.8.3:${PORTSDIR}/audio/id3lib \ mad.2:${PORTSDIR}/audio/mad \ vorbis.3:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao |