aboutsummaryrefslogtreecommitdiff
path: root/multimedia/transcode
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-07 02:57:34 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-07 02:57:34 +0000
commit8d9120adf25bf511745cb6868170808e61090d04 (patch)
tree069fca42adaf2f57f14b90bcf950addb620f71e5 /multimedia/transcode
parentbf02dd77135eab1f1ae5077d473a4c9be48ffc13 (diff)
downloadports-8d9120adf25bf511745cb6868170808e61090d04.tar.gz
ports-8d9120adf25bf511745cb6868170808e61090d04.zip
Notes
Diffstat (limited to 'multimedia/transcode')
-rw-r--r--multimedia/transcode/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 689a7f295944..f12cf4816d21 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -7,7 +7,7 @@
PORTNAME= transcode
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \
http://dl.kel.wormulon.net/transcode/ \
@@ -27,7 +27,6 @@ USE_GETOPT_LONG=yes
USE_XLIB= yes
USE_GNOME= gtk12
USE_GMAKE= yes
-USE_REINPLACE= yes
INSTALLS_SHLIB= yes
WANT_SDL= yes
USE_AUTOTOOLS= libtool:15
@@ -159,7 +158,7 @@ CONFIGURE_ARGS+= --enable-vorbis=no
.endif
.if defined(WITH_THEORA)
-LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora
CONFIGURE_ARGS+= --with-theora-prefix=${LOCALBASE} --enable-theora
.else
CONFIGURE_ARGS+= --enable-theora=no