diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-27 18:10:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-27 18:10:08 +0000 |
commit | dd4073e5a4389863c4e0825cd606281e4d2fb255 (patch) | |
tree | a84b6d3516d9e8b837c0468bc49c6fd2a11b2015 /multimedia/helixplayer/Makefile | |
parent | 4f67e941470add183f64e7715aadaf00e25b2a20 (diff) |
- Really chase libtheora's shlib change
Reported by: pointyhat
Pointy hat to: ahze
Notes
Notes:
svn path=/head/; revision=202147
Diffstat (limited to 'multimedia/helixplayer/Makefile')
-rw-r--r-- | multimedia/helixplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/helixplayer/Makefile b/multimedia/helixplayer/Makefile index a1c19e6ac62b..8871d92a31e2 100644 --- a/multimedia/helixplayer/Makefile +++ b/multimedia/helixplayer/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= shaun MAINTAINER= shaun@FreeBSD.org COMMENT= The Helix Community's open source media player # ' -LIB_DEPENDS= theora.[1-9]:${PORTSDIR}/multimedia/libtheora \ +LIB_DEPENDS= theora.0:${PORTSDIR}/multimedia/libtheora \ esd.2:${PORTSDIR}/audio/esound \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg |