diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-05 02:45:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-05 02:45:29 +0000 |
commit | c0f00163eb1989fde7847abb2111d6cae8459efa (patch) | |
tree | b02a451b16adcda3d597c0ca6fc109a81121b9fd /graphics/ruby-gdk_pixbuf2 | |
parent | f92dde70a228697a76f939fed3fecb4a8e2920ac (diff) | |
download | ports-c0f00163eb1989fde7847abb2111d6cae8459efa.tar.gz ports-c0f00163eb1989fde7847abb2111d6cae8459efa.zip |
Increase gdk_pixbuf's shlib version by 200 to match what
x11-toolkits/gtk20 now installs.
Submitted by: Franz Klammer <klammer@webonaut.com>
Notes
Notes:
svn path=/head/; revision=76894
Diffstat (limited to 'graphics/ruby-gdk_pixbuf2')
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 446ef6d0aaf1..d758be319bb3 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for GdkPixbuf2 -LIB_DEPENDS= gdk_pixbuf-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= gdk_pixbuf-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes |