diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-21 18:36:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-21 18:36:49 +0000 |
commit | 626b25836ff9ca8f9d2153c9a186f5dc8145e67f (patch) | |
tree | 27dad0ea86afc512de198f2098ba440386ef207b /graphics/gimageview | |
parent | f66dcf1ebc4dbaa618860fad47760db86e26fd70 (diff) |
Notes
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 2477592888b2..ecfd0115045e 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer @@ -84,7 +84,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.13:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else |