diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
commit | c65892996765bb99500d4c50b5e409b69317b978 (patch) | |
tree | dee07b2e00944aac36439781f32962627c6be9d8 /audio/squash | |
parent | e8c58c6b92471d63cf0285641edd76878833b892 (diff) |
Notes
Diffstat (limited to 'audio/squash')
-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 d7dffbf1db7e..9ce814385ea5 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -6,6 +6,7 @@ PORTNAME= squash PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= matthias.andree@gmx.de COMMENT= Learning console-based MP3/OGG player -LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac \ +LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac \ fftw.2:${PORTSDIR}/math/fftw \ id3-3.8.3:${PORTSDIR}/audio/id3lib \ mad.2:${PORTSDIR}/audio/mad \ |