summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-16 16:56:16 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-16 16:56:16 +0000
commit6f944b1ef4b88df35778617cc0edd258cd214dbd (patch)
tree693268efe1771a73570fc14ec02143a94846a626 /graphics
parent- Update to version 20031116 (diff)
Chase libxine shared libary version
Forgotten by: nobutaka (3 times in a row)
Notes
Notes: svn path=/head/; revision=94106
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pornview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index b8b9db83937b..564ac3f6559b 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pornview
PORTVERSION= 0.2.0.p.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --enable-xine
.elseif defined(WITH_MPLAYER)
RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer