diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-14 18:28:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-14 18:28:47 +0000 |
commit | f2595a2b47342c46cc8bb9e9f82dc04ce4a0f3f2 (patch) | |
tree | 0c38cfdb07696a52578c2e0f7b53adad6dd2a9f6 /graphics/pornview | |
parent | e68c28389365d046481c4d823ae76581ac578850 (diff) | |
download | ports-f2595a2b47342c46cc8bb9e9f82dc04ce4a0f3f2.tar.gz ports-f2595a2b47342c46cc8bb9e9f82dc04ce4a0f3f2.zip |
Chase libxine shared library version
Forgotten by: nobutaka
Notes
Notes:
svn path=/head/; revision=78972
Diffstat (limited to 'graphics/pornview')
-rw-r--r-- | graphics/pornview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index d0c16a3ae5ca..38b7e4c2deb9 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,6 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.5:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.6:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elseif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |