aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libxine
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/libxine
parentbf02dd77135eab1f1ae5077d473a4c9be48ffc13 (diff)
downloadports-8d9120adf25bf511745cb6868170808e61090d04.tar.gz
ports-8d9120adf25bf511745cb6868170808e61090d04.zip
Notes
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 2b81fd8edfa7..cbe418708693 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xine
PORTVERSION= 1.1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -117,8 +117,8 @@ PLIST_SUB+= WITH_XVMC=""
PLIST_SUB+= WITH_XVMC="@comment "
.endif
-.if !defined(WITHOUT_THEORA) && (exists(${LOCALBASE}/lib/libtheora.so.1) || defined (WITH_THEORA))
-LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
+.if !defined(WITHOUT_THEORA) && (exists(${LOCALBASE}/lib/libtheora.so.2) || defined (WITH_THEORA))
+LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora
PLIST_SUB+= WITH_THEORA=""
.else
PLIST_SUB+= WITH_THEORA="@comment "
@@ -167,7 +167,7 @@ pre-everything::
.else
@${ECHO_MSG} "===> WITH_SMB (SMB support, enabled)"
.endif
-.if !exists(${LOCALBASE}/lib/libtheora.so.1) && !defined(WITH_THEORA)
+.if !exists(${LOCALBASE}/lib/libtheora.so.2) && !defined(WITH_THEORA)
@${ECHO_MSG} "===> WITH_THEORA (libtheora support)"
.else
@${ECHO_MSG} "===> WITH_THEORA (libtheora support, enabled)"