diff options
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 8a8e8263b4c6..12b086533380 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine:${PORTSDIR}/graphics/libxine +LIB_DEPENDS+= xine.3:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .endif |