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 | |
parent | aa854e9f964d438892798817e40d4ec8747e2b84 (diff) | |
download | freebsd-ports-graphics-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.gz freebsd-ports-graphics-1a89e87e9fb795feba580532642e45bfba7f90d9.tar.zst freebsd-ports-graphics-1a89e87e9fb795feba580532642e45bfba7f90d9.zip |
Track libxine update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epsilon/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimageview/Makefile | 3 | ||||
-rw-r--r-- | graphics/pornview/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile index 0d99b5dba1f..16d819181c5 100644 --- a/graphics/epsilon/Makefile +++ b/graphics/epsilon/Makefile @@ -7,7 +7,7 @@ PORTNAME= epsilon PORTVERSION= 20060926 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://sunner.elcomnet.ru/~stas/ @@ -42,7 +42,7 @@ PLIST_SUB+= EPEG="@comment " .endif .if defined(WITH_XINE) -LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--enable-thumbnailer-xine PLIST_SUB+= XINE="" .else diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index c45639c37a7..d85f62e6929 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer @@ -89,7 +90,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 91c852e108a..a4596e81720 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 |