diff options
author | arved <arved@FreeBSD.org> | 2003-05-17 15:07:30 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-17 15:07:30 +0000 |
commit | cca92e4f11abf8925e945e351d760a3521b37b63 (patch) | |
tree | 8c920d7a18c93436cbdac7c34e9fb6e736e00657 /graphics | |
parent | 579643001f6c161ea0c46fc58d1a85fa552e0c53 (diff) | |
download | FreeBSD-ports-cca92e4f11abf8925e945e351d760a3521b37b63.zip FreeBSD-ports-cca92e4f11abf8925e945e351d760a3521b37b63.tar.gz |
Change dependencies to depend on ghostscript-gnu instead of
ghostscript-afpl. Bump PORTREVISION.
ocaml-images depends on ocaml-lablgtk,
which in the default configuration depends on some gnome components,
which depend on some other gnome components,
which depend on gnomeprint
which depends on ghostscript-gnu.
Because the two ghostscript versions conflict with each other,
This port failed on bento.
We probably need some bsd.port.mk magic to deal with the different
ghostscript versions.
Reported by: kris
Diffstat (limited to 'graphics')
-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 09f692b..ade079c 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 \ |