diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-24 17:21:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-24 17:21:01 +0000 |
commit | c33d2074af365a82eaa06983185e35b4e96c3cf9 (patch) | |
tree | 6e7a4e81d2e0c17c2af0105bc38380ca0fc8fd87 /graphics/camlimages | |
parent | fe7baa7662c16dc73022b35b5f41df5b7a05a64d (diff) | |
download | pkgsrc-c33d2074af365a82eaa06983185e35b4e96c3cf9.tar.gz |
Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
Diffstat (limited to 'graphics/camlimages')
-rw-r--r-- | graphics/camlimages/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 4f712748258..d7a09589261 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/24 17:21:01 jmmv Exp $ DISTNAME= camlimages-2.11 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ EXTRACT_SUFX= .tgz @@ -23,11 +23,12 @@ PLIST_SRC+= ${PKGDIR}/PLIST.opt .endif .include "../../lang/ocaml/buildlink3.mk" -.include "../../x11/lablgtk/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../graphics/libungif/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" +.include "../../x11/lablgtk/buildlink3.mk" +.include "../../x11/ocaml-graphics/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |