diff options
author | grant <grant@pkgsrc.org> | 2004-10-04 11:19:40 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-10-04 11:19:40 +0000 |
commit | 1e33cab54bcbcaf5015635a8e6ba3101f1f4bafb (patch) | |
tree | ae007fa8eaa50b41d5582ab9e31884aaed0b234f /devel | |
parent | 3e6e44b43237b9d595f200daf2429448168b2e89 (diff) | |
download | pkgsrc-1e33cab54bcbcaf5015635a8e6ba3101f1f4bafb.tar.gz |
distinguish between glib1 and glib2 in COMMENT.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib/Makefile | 4 | ||||
-rw-r--r-- | devel/glib2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 14084493a69..66a2433e3e6 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2004/10/03 00:13:27 tv Exp $ +# $NetBSD: Makefile,v 1.73 2004/10/04 11:19:40 grant Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://developer.gnome.org/doc/API/glib/index.html -COMMENT= Some useful routines for C programming +COMMENT= Some useful routines for C programming (glib1) CONFLICTS= gtk+-1.0.* diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index ce464eebd0d..0655bcdb392 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/10/03 00:13:27 tv Exp $ +# $NetBSD: Makefile,v 1.58 2004/10/04 11:19:40 grant Exp $ DISTNAME= glib-2.4.6 PKGNAME= ${DISTNAME:S/glib/glib2/} @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gtk.org/docs/glib_toc.html -COMMENT= Some useful routines for C programming +COMMENT= Some useful routines for C programming (glib2) PKG_INSTALLATION_TYPES= overwrite pkgviews |