aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-07-27 16:51:02 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-07-27 16:51:02 +0000
commit78f8093bb6acba783b4bf26734e8ec6614bee20e (patch)
tree67168c7adcc80bd3a3c1275ab4a2d160a150c5e2 /multimedia
parentbf0bc78d4c1177ac635a6fa925a7dbf0380429d5 (diff)
downloadports-78f8093bb6acba783b4bf26734e8ec6614bee20e.tar.gz
ports-78f8093bb6acba783b4bf26734e8ec6614bee20e.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index e0725a66eb93..efa2ca6c7c6e 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -7,6 +7,7 @@
PORTNAME= transcode
PORTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://transcode.kabewm.com/ \
http://fromani.exit1.org/
@@ -157,8 +158,8 @@ CONFIGURE_ARGS+= --with-lame-prefix=${LOCALBASE}
CONFIGURE_ARGS+= --disable-lame
.endif
-.if defined(WITH_LZO) || (exists(${LOCALBASE}/lib/liblzo.so) && !defined(WITHOUT_LZO))
-LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo
+.if defined(WITH_LZO) || (exists(${LOCALBASE}/lib/liblzo2.so) && !defined(WITHOUT_LZO))
+LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2
CONFIGURE_ARGS+= --enable-lzo --with-lzo-prefix=${LOCALBASE} \
--with-lzo-includes=${LOCALBASE}
.else