diff options
Diffstat (limited to 'graphics/camlimages/Makefile')
-rw-r--r-- | graphics/camlimages/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 5d83bb51868..348b752d55d 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2009/08/26 19:57:36 sno Exp $ +# $NetBSD: Makefile,v 1.23 2009/09/06 21:10:32 tonio Exp $ DISTNAME= camlimages-2.2.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ EXTRACT_SUFX= .tgz @@ -42,6 +42,7 @@ PLIST.dll= yes .include "../../graphics/gdk-pixbuf/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../x11/lablgtk1/buildlink3.mk" +.include "../../x11/lablgtk/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/ocaml-graphics/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |