From 6f2af33122062f6ad4158b14fc1c4611ca4b0f5b Mon Sep 17 00:00:00 2001 From: alek Date: Sun, 27 Feb 2005 09:39:10 +0000 Subject: [PATCH] - graphics/imlib is not needed here - Bump PKGNAME ok pvalchev@ --- math/geg/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/geg/Makefile b/math/geg/Makefile index cfb7240d631..1be7c40dd28 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2004/12/27 07:16:44 alek Exp $ +# $OpenBSD: Makefile,v 1.9 2005/02/27 09:39:10 alek Exp $ COMMENT= "simple program for plotting 2d mathematical functions" DISTNAME= geg-1.0.2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= math MASTER_SITES= http://www.infolaunch.com/~daveb/ \ @@ -24,8 +25,7 @@ WANTLIB= X11 Xext Xi c gdk gmodule m MODULES= devel/gettext LIB_DEPENDS= gtk.1.2::x11/gtk+ \ - glib.1::devel/glib \ - gdk_imlib::graphics/imlib + glib.1::devel/glib CONFIGURE_STYLE= gnu