diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-17 15:07:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-17 15:07:30 +0000 |
commit | 17fb907efa928747e2e14a568c839db6a9f2a396 (patch) | |
tree | 3b153e465790b3debdf3e6fbd55b2106649063a2 /graphics/ocaml-images | |
parent | a9ffb764461aa1cc3a3985213768119b4e444f8d (diff) | |
download | ports-17fb907efa928747e2e14a568c839db6a9f2a396.tar.gz ports-17fb907efa928747e2e14a568c839db6a9f2a396.zip |
Notes
Diffstat (limited to 'graphics/ocaml-images')
-rw-r--r-- | graphics/ocaml-images/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 09f692b53206..ade079c96883 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -8,6 +8,7 @@ PORTNAME= images PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ PKGNAMEPREFIX= ocaml- @@ -19,10 +20,10 @@ COMMENT= Objective Caml image processing library BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \ - gs:${PORTSDIR}/print/ghostscript-afpl + gs:${PORTSDIR}/print/ghostscript-gnu RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \ - gs:${PORTSDIR}/print/ghostscript-afpl + gs:${PORTSDIR}/print/ghostscript-gnu LIB_DEPENDS= ungif:${PORTSDIR}/graphics/libungif \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ |