diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-31 17:47:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-31 17:47:42 +0000 |
commit | 440d8863c8d496b982754e2a71867892213a902b (patch) | |
tree | 46619dc586bedee58a6335c6b242b6a0798bef55 /graphics | |
parent | 7db44073b9752c3af17054de6933f7022a294226 (diff) | |
download | ports-440d8863c8d496b982754e2a71867892213a902b.tar.gz ports-440d8863c8d496b982754e2a71867892213a902b.zip |
Notes
Diffstat (limited to 'graphics')
-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 b4016d5ce9b3..fc47df3600b7 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -78,7 +78,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else |