diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-02-15 08:35:23 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-02-15 08:35:23 +0000 |
commit | b31785b717082bf7927e5689e4f59170d15e8a5d (patch) | |
tree | 1b4675f911ec2b39026e1b354f7ee57bb3bbe0d3 /graphics/gimageview | |
parent | fa1ec2e5762c03f393abd85f2cde566d6d9da719 (diff) |
Track libxine update.
Notes
Notes:
svn path=/head/; revision=185216
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index c45639c37a74..d85f62e69291 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 |