diff options
author | knu <knu@FreeBSD.org> | 2002-07-26 01:39:39 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-26 01:39:39 +0800 |
commit | 4da84f1ef0813d2b032945f5d8768b5f51eca209 (patch) | |
tree | a830d46343d4531d99542cdfdb05cd99ad9c28d8 /graphics | |
parent | 845c65dfcfc88964c181bd8eedfb30e5cb569fec (diff) | |
download | freebsd-ports-graphics-4da84f1ef0813d2b032945f5d8768b5f51eca209.tar.gz freebsd-ports-graphics-4da84f1ef0813d2b032945f5d8768b5f51eca209.tar.zst freebsd-ports-graphics-4da84f1ef0813d2b032945f5d8768b5f51eca209.zip |
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 ff7a2285e48..f25cea3b9c5 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 ff7a2285e48..f25cea3b9c5 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 |