diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-09 18:20:07 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-09 18:20:07 +0000 |
commit | 6aecb2152b8424217c9212265c6cc601787fdc5e (patch) | |
tree | 7f8777715a13e74b560c8b090488b534ee232ae9 /multimedia/transcode | |
parent | c9289eff993f2cd689f8f8e8a26be7d635b4c823 (diff) |
Notes
Diffstat (limited to 'multimedia/transcode')
-rw-r--r-- | multimedia/transcode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 6386644ff34c..e9f7f428a6d9 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,6 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://fromani.exit1.org/ @@ -71,7 +72,7 @@ CONFIGURE_ARGS+= --enable-vorbis=no .endif .if defined(WITH_THEORA) || exists(${LOCALBASE}/lib/libtheora.so) -LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora CONFIGURE_ARGS+= --with-theora-prefix=${LOCALBASE} --enable-theora .else CONFIGURE_ARGS+= --enable-theora=no |