diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /graphics/ocaml-images/Makefile | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
Diffstat (limited to 'graphics/ocaml-images/Makefile')
-rw-r--r-- | graphics/ocaml-images/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 840e16de274c..0cb8a2e75710 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -18,18 +18,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Objective Caml image processing library -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif +USE_GHOSTSCRIPT= yes BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \ - gs:${PORTSDIR}/${GSPORT} + lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \ - gs:${PORTSDIR}/${GSPORT} + lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk LIB_DEPENDS= ungif:${PORTSDIR}/graphics/libungif \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ |