aboutsummaryrefslogtreecommitdiff
path: root/graphics/pornview/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-12-31 13:18:35 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-12-31 13:18:35 +0000
commitc6252e04dccb226d74f860cedd3568d579cd9d44 (patch)
tree745139f12d22a6c9145ca5e8b5131270500820ad /graphics/pornview/Makefile
parent7c91e0c9f5d42c6759586ee97d7bdc240f5a5067 (diff)
downloadports-c6252e04dccb226d74f860cedd3568d579cd9d44.tar.gz
ports-c6252e04dccb226d74f860cedd3568d579cd9d44.zip
- Chase libxine Shared library
Forgotten by: nobutaka (5 times in a row) - Sync with debian package: * Fixed an out-of-bounds error in src/support/widgets/zlist.c discovered by Matthias Urlichs. * Fixed a segfault on exit when no audio device available. - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=125600
Diffstat (limited to 'graphics/pornview/Makefile')
-rw-r--r--graphics/pornview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index 671532c19f55..d5dc0c7111c2 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pornview
PORTVERSION= 0.2.0.p.1
-PORTREVISION= 4
+PORTREVISION= 5
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.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --enable-xine
.elseif defined(WITH_MPLAYER)
RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer