diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-07-24 15:30:17 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-07-24 15:30:17 +0000 |
commit | 165386783ba6531e28f1bca60cd816a88a4f565f (patch) | |
tree | 595ff5d059002dcd6d13a16697308567acd720e4 /multimedia/transcode | |
parent | a9a479c415d9824088d1f0264a4ac55e2ee83f3d (diff) |
Notes
Diffstat (limited to 'multimedia/transcode')
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 7811ce233c8e..976df0dead58 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -117,7 +117,7 @@ CONFIGURE_ARGS+= --disable-xvid .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.85:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.98:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --with-x264-prefix=${LOCALBASE} --enable-x264 .else CONFIGURE_ARGS+= --disable-x264 |