diff options
author | drochner <drochner@pkgsrc.org> | 2011-03-09 16:26:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-03-09 16:26:47 +0000 |
commit | c6f0f9d5589afcefb701a5a8b9761374fdf07543 (patch) | |
tree | c5c241a5599b041b7c5b25ce5d5315c930978c80 /graphics/camlimages | |
parent | b89aac1b63b68a277e3af517d698afa7afc9dd11 (diff) | |
download | pkgsrc-c6f0f9d5589afcefb701a5a8b9761374fdf07543.tar.gz |
libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
Diffstat (limited to 'graphics/camlimages')
-rw-r--r-- | graphics/camlimages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 2e63055f9b8..239cf53d932 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2011/01/13 13:37:56 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/03/09 16:26:47 drochner Exp $ DISTNAME= camlimages-2.2.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ EXTRACT_SUFX= .tgz @@ -40,7 +40,7 @@ PLIST.dll= yes .include "../../lang/ocaml/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../graphics/libungif/buildlink3.mk" +.include "../../mk/giflib.buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/lablgtk1/buildlink3.mk" |