diff options
author | arved <arved@FreeBSD.org> | 2005-09-22 01:40:23 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-09-22 01:40:23 +0800 |
commit | a29d6c55f16af3683b20e8719f417c431d7a0a14 (patch) | |
tree | ee5d55f3d6745749d293659c803cd2cd8b35491b /graphics/pornview | |
parent | bbe3fb8cb2891640e91f156101ee92045fa9f586 (diff) | |
download | freebsd-ports-gnome-a29d6c55f16af3683b20e8719f417c431d7a0a14.tar.gz freebsd-ports-gnome-a29d6c55f16af3683b20e8719f417c431d7a0a14.tar.zst freebsd-ports-gnome-a29d6c55f16af3683b20e8719f417c431d7a0a14.zip |
Chase libxine shared library version
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 e2ea9f3c3a64..ac62525f2617 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 6 +PORTREVISION= 7 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.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |