diff options
author | rh <rh@pkgsrc.org> | 2004-10-02 02:03:39 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-10-02 02:03:39 +0000 |
commit | ca9814fda60cf580a93c6c5f45bf873323009ef4 (patch) | |
tree | b3831489e2f1905cc4eee8cfd25739b2593c11e2 /devel/gal | |
parent | 81f54fbe367b92fddec7e4890125fac10c2fbe63 (diff) | |
download | pkgsrc-ca9814fda60cf580a93c6c5f45bf873323009ef4.tar.gz |
Indicate the different APIs these packages implement.
Diffstat (limited to 'devel/gal')
-rw-r--r-- | devel/gal/DESCR | 2 | ||||
-rw-r--r-- | devel/gal/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/gal/DESCR b/devel/gal/DESCR index b2fb8b0c0a1..253119d0b5c 100644 --- a/devel/gal/DESCR +++ b/devel/gal/DESCR @@ -14,3 +14,5 @@ the code it fully owns under a difference license. The API is not frozen and might change at any time. Larger class renaming might happen at any point without notice. Use this library at your own risk. + +This version of gal implements the gal-1.0 (gnome1) API. diff --git a/devel/gal/Makefile b/devel/gal/Makefile index 4a57cd71164..c50d6e56dc9 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/04/15 11:27:45 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2004/10/02 02:03:39 rh Exp $ DISTNAME= gal-0.22 PKGREVISION= 4 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ -COMMENT= Gnome Application Libraries +COMMENT= Gnome Application Libraries (gal-1.0 API) USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES |