diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-10 03:30:58 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-10 03:30:58 +0800 |
commit | 1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch) | |
tree | 45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/squash | |
parent | b6702c813611f59c5c532b812919372252db5fc7 (diff) | |
download | freebsd-ports-gnome-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.tar.gz freebsd-ports-gnome-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.tar.zst freebsd-ports-gnome-1f2b1eac8efc6c78fe5812a440328a74c1db3ec5.zip |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
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 562000d750f3..f4cadf3cf5b7 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -6,7 +6,7 @@ PORTNAME= squash PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mandree@FreeBSD.org COMMENT= Learning console-based MP3/OGG player -LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \ +LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac \ fftw.2:${PORTSDIR}/math/fftw \ id3-3.8.3:${PORTSDIR}/audio/id3lib \ mad.2:${PORTSDIR}/audio/mad \ |