diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-29 00:46:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-29 00:46:59 +0000 |
commit | 8da60d354f9896ecb1dec70f105eb3dbf6a044f1 (patch) | |
tree | 4f7937bff5ac49cad030136ab735b84aba0816b1 /x11/gtk-engines/Makefile | |
parent | 28830459881f0d3757591d953704ecbc4798eb32 (diff) | |
download | pkgsrc-8da60d354f9896ecb1dec70f105eb3dbf6a044f1.tar.gz |
Update to 0.12, provided by Eric Gillespie Jr. in pkg/13584.
Changes: Bugfixes, and new Raleigh theme (default gtk+-2.0 look).
Diffstat (limited to 'x11/gtk-engines/Makefile')
-rw-r--r-- | x11/gtk-engines/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile index e2cb59f03e6..779e7fefc77 100644 --- a/x11/gtk-engines/Makefile +++ b/x11/gtk-engines/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:06:28 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/07/29 00:46:59 wiz Exp $ -DISTNAME= gtk-engines-0.10 +DISTNAME= gtk-engines-0.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtk-engines/} @@ -8,11 +8,13 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Theme engines for GTK+ -DEPENDS+= imlib-*:../../graphics/imlib - GNU_CONFIGURE= # defined USE_X11BASE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +BUILDLINK_DEPENDS.gtk= gtk+>=1.2.9 + +.include "../../x11/gtk/buildlink.mk" +.include "../../graphics/imlib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |