diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-25 17:39:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-25 17:39:39 +0000 |
commit | 1b5f13c8ff04bbaf4b48d7f13ab1ae8bc545ba5d (patch) | |
tree | 2d32e9b32e80239a118138730a1773a27dfcffcb /graphics | |
parent | Define USE_BISON. (diff) |
Add a missing library dependency on graphics/gdk-pixbuf.
Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gdk_pixbuf/Makefile | 1 | ||||
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ruby-gdk_pixbuf/Makefile b/graphics/ruby-gdk_pixbuf/Makefile index ff7a2285e48a..f25cea3b9c59 100644 --- a/graphics/ruby-gdk_pixbuf/Makefile +++ b/graphics/ruby-gdk_pixbuf/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk USE_GNOMECTRL= yes diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index ff7a2285e48a..f25cea3b9c59 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk USE_GNOMECTRL= yes |