diff options
author | arved <arved@FreeBSD.org> | 2003-11-17 00:56:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-17 00:56:16 +0800 |
commit | 6942678b46189f6bfe750f3ac870fc8f1206c557 (patch) | |
tree | 4f6a136ba22d24281afd28fb935178947f240846 /graphics/pornview | |
parent | 8a8ddd4110338e5711360fb987d9a531f8440bf3 (diff) | |
download | freebsd-ports-gnome-6942678b46189f6bfe750f3ac870fc8f1206c557.tar.gz freebsd-ports-gnome-6942678b46189f6bfe750f3ac870fc8f1206c557.tar.zst freebsd-ports-gnome-6942678b46189f6bfe750f3ac870fc8f1206c557.zip |
Chase libxine shared libary version
Forgotten by: nobutaka (3 times in a row)
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 b8b9db83937b..564ac3f6559b 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 2 +PORTREVISION= 3 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.7:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elseif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |