diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-12-07 17:17:44 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-12-07 17:17:44 +0000 |
commit | 9594627f7e07934640f2f8fa84a669a9f279b22c (patch) | |
tree | a76d928e16d6e729eac5d9c84fb47506c7e98b7a /graphics/gimageview | |
parent | 2194c9c64bb942cee2cfe6a6d0bda114f14e1f68 (diff) | |
download | ports-9594627f7e07934640f2f8fa84a669a9f279b22c.tar.gz ports-9594627f7e07934640f2f8fa84a669a9f279b22c.zip |
Notes
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index aee9765c2b33..e70065d44aae 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -82,7 +82,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else |