diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-01-09 15:26:59 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-01-09 15:26:59 +0000 |
commit | 895e6141da353bc60f8c0c02838f73ed250c78e2 (patch) | |
tree | d6ca123cef85cb43b37896f27a4ddc5a82191e72 /graphics/pornview | |
parent | 2dcfeea4df5e6df89cac22fd23b4e06da4be67c8 (diff) | |
download | ports-895e6141da353bc60f8c0c02838f73ed250c78e2.tar.gz ports-895e6141da353bc60f8c0c02838f73ed250c78e2.zip |
Notes
Diffstat (limited to 'graphics/pornview')
-rw-r--r-- | graphics/pornview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 564ac3f6559b..5adcb3f60eb6 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elseif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |