diff options
author | rh <rh@pkgsrc.org> | 1999-11-29 08:20:00 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-29 08:20:00 +0000 |
commit | 1b65fba788bf23e7964ef1971130e86d1b89d855 (patch) | |
tree | bdff24ad9355b81f73ac738fa804a64c6137b88e /x11 | |
parent | 45b20285eba650a7fedf47b2bb125feba754d519 (diff) | |
download | pkgsrc-1b65fba788bf23e7964ef1971130e86d1b89d855.tar.gz |
Make dependency on imlib a wildcard dependency. This fixes PR 8911 by
wiz@danbala.ifoer.tuwien.ac.at.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile index ba1a359c615..83db0f61ef9 100644 --- a/x11/ruby-gtk/Makefile +++ b/x11/ruby-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/10/23 00:05:18 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/29 08:20:01 rh Exp $ # FreeBSD Id: ports/x11-toolkits/ruby-gtk/Makefile,v 1.3 1999/08/31 02:59:33 peter Exp DISTNAME= ruby-gtk-0.21 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/gtk.html DEPENDS+= ruby-1.4.2:../../lang/ruby DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= imlib-1.9.4:../../graphics/imlib +DEPENDS+= imlib-*:../../graphics/imlib USE_X11= YES WRKSRC= ${WRKDIR}/gtk |