diff options
author | jylefort <jylefort@FreeBSD.org> | 2007-02-15 16:35:23 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2007-02-15 16:35:23 +0800 |
commit | 1a89e87e9fb795feba580532642e45bfba7f90d9 (patch) | |
tree | c70b03fe3516a58e3023011dbd6f4e1797ef1d56 /graphics/pornview | |
parent | aa854e9f964d438892798817e40d4ec8747e2b84 (diff) | |
download | freebsd-ports-gnome-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.gz freebsd-ports-gnome-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.zst freebsd-ports-gnome-1a89e87e9fb795feba580532642e45bfba7f90d9.zip |
Track libxine update.
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 91c852e108ab..a4596e817209 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .elif defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |