diff options
author | adam <adam@pkgsrc.org> | 2005-05-25 09:57:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-25 09:57:14 +0000 |
commit | 23a8433807c7758d96694e2e5db1dbf98460f452 (patch) | |
tree | 88bf432f70ba9ef3f0547fdef750616d6442b77f /wm/wmakerconf/Makefile | |
parent | c521a75039f3c5660d5303ad130414b42f27fca0 (diff) | |
download | pkgsrc-23a8433807c7758d96694e2e5db1dbf98460f452.tar.gz |
Changes 2.11:
* Ported to GTK+2
* Now understands new font name format used by WindowMaker 0.90
* Bug fixes
Diffstat (limited to 'wm/wmakerconf/Makefile')
-rw-r--r-- | wm/wmakerconf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 647f8717934..3b643688517 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:47:49 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/25 09:57:14 adam Exp $ -DISTNAME= wmakerconf-2.9.2 -PKGREVISION= 1 +DISTNAME= wmakerconf-2.11 CATEGORIES= x11 wm windowmaker MASTER_SITES= http://starplot.org/wmakerconf/ @@ -27,8 +26,8 @@ pre-configure: > ${WRKSRC}/data/WMWmakerconf .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib2/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |