diff options
author | dholland <dholland@pkgsrc.org> | 2013-03-16 22:52:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-03-16 22:52:56 +0000 |
commit | f0a49091ae298dedf93a03738ad935e6e4f14da4 (patch) | |
tree | ce87c3290a7fc5964309f75031bf26b8a1208880 /graphics | |
parent | a083289920b2708335ea3c8963b075154d97d151 (diff) | |
download | pkgsrc-f0a49091ae298dedf93a03738ad935e6e4f14da4.tar.gz |
Update ghostscript depends. PKGREVISION -> 21
Diffstat (limited to 'graphics')
-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 bc1fbb4a06d..f55f63bb898 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2013/02/16 11:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2013/03/16 22:52:56 dholland Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} @@ -51,7 +51,7 @@ BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.11.0 .include "../../mk/giflib.buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" -.include "../../print/ghostscript/buildlink3.mk" +.include "../../print/ghostscript/ghostscript.buildlink3.mk" .include "../../x11/lablgtk/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |