diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-13 08:05:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-13 08:05:05 +0000 |
commit | 66265b55273cdea19fd7afdc2528ae8252b1328b (patch) | |
tree | 89d109fdd338ffd1a9cc2d02b8f48885e33586de /graphics/babl/Makefile | |
parent | 7aeef916ce6108e8049b59d1919b14cfc4d7fc03 (diff) | |
download | pkgsrc-66265b55273cdea19fd7afdc2528ae8252b1328b.tar.gz |
Downgrade babl to 0.0.22 again.
The world, and especially gegl, is not ready for it yet.
Addresses PR 41573.
Diffstat (limited to 'graphics/babl/Makefile')
-rw-r--r-- | graphics/babl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile index 5a7851b1e44..a32c3dfdf33 100644 --- a/graphics/babl/Makefile +++ b/graphics/babl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/06/10 09:19:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/13 08:05:05 wiz Exp $ DISTNAME= babl-${BABL_VERSION} CATEGORIES= graphics @@ -8,8 +8,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= bjs@NetBSD.org HOMEPAGE= http://gegl.org/babl/ COMMENT= Dynamic pixel conversion library -LICENSE= gnu-lgpl-v3 - ### ### NOTE: to build documentation--which requires additional dependencies-- ### define BUILD_DOCS in MAKE_ENV. |