diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-22 14:25:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-22 14:25:43 +0000 |
commit | f8e59f9fce8ba05bd1fbea6b3a5b25071baba8d8 (patch) | |
tree | e2f21c8033271335cfa6862af503c9cbfb3e08fa /graphics/pornview | |
parent | Update to 1.41 (diff) |
Chase xine library version.
Forgotten by: nobutaka
Diffstat (limited to 'graphics/pornview')
-rw-r--r-- | graphics/pornview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index e4e9423578ff..de6f7359c72f 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 1 +PORTREVISION= 2 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.6:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elseif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |