aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-07-28 00:51:02 +0800
committerahze <ahze@FreeBSD.org>2008-07-28 00:51:02 +0800
commitf565cdb262d3911e2c700e76f42de58bb074c94c (patch)
tree1a007de048d62da5a8805130ef816aeb636c64c7 /multimedia
parent5da6306e32f849ae8e3402cee13560febc121a66 (diff)
downloadfreebsd-ports-gnome-f565cdb262d3911e2c700e76f42de58bb074c94c.tar.gz
freebsd-ports-gnome-f565cdb262d3911e2c700e76f42de58bb074c94c.tar.zst
freebsd-ports-gnome-f565cdb262d3911e2c700e76f42de58bb074c94c.zip
Switch from using lzo to lzo2 to fix build
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