From 8dcc763936c181388a737537a6034eded590c75a Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 14 Mar 2009 13:52:30 +0000 Subject: [PATCH] - fix wantlib & bump --- education/drgeo/Makefile | 6 +++--- education/gtypist/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/education/drgeo/Makefile b/education/drgeo/Makefile index d52dfaade80..b3ca09a87da 100644 --- a/education/drgeo/Makefile +++ b/education/drgeo/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2008/10/28 13:39:55 jasper Exp $ +# $OpenBSD: Makefile,v 1.21 2009/03/14 13:52:30 ajacoutot Exp $ COMMENT= interactive geometry program DISTNAME= drgeo-1.1.0 -PKGNAME= ${DISTNAME}p8 +PKGNAME= ${DISTNAME}p9 CATEGORIES= education math HOMEPAGE= http://www.ofset.org/drgeo/ @@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ofset/} WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ - gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 \ + gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 gio-2.0 \ pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png stdc++ xml2 z MODULES= devel/gettext \ diff --git a/education/gtypist/Makefile b/education/gtypist/Makefile index f998c1e4da5..1c86adfe61e 100644 --- a/education/gtypist/Makefile +++ b/education/gtypist/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2009/03/06 15:49:34 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2009/03/14 13:52:30 ajacoutot Exp $ COMMENT= interactive typing tutor DISTNAME= gtypist-2.8.3 +PKGNAME= ${DISTNAME}p0 CATEGORIES= education HOMEPAGE= http://www.gnu.org/software/gtypist/ @@ -16,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_GNU:=gtypist/} -WANTLIB= c curses m +WANTLIB= c curses MODULES= devel/gettext CONFIGURE_STYLE=gnu