aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-05-17 15:07:30 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-05-17 15:07:30 +0000
commit17fb907efa928747e2e14a568c839db6a9f2a396 (patch)
tree3b153e465790b3debdf3e6fbd55b2106649063a2 /graphics
parenta9ffb764461aa1cc3a3985213768119b4e444f8d (diff)
downloadports-17fb907efa928747e2e14a568c839db6a9f2a396.tar.gz
ports-17fb907efa928747e2e14a568c839db6a9f2a396.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ocaml-images/Makefile5
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 \