summaryrefslogtreecommitdiff
path: root/graphics/ocaml-images/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-04-04 10:45:04 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-04-04 10:45:04 +0000
commit52c6d83d10ffdee447c387215496616d479f86bb (patch)
tree03f55e1908ac424f099086fa23a8501970013e44 /graphics/ocaml-images/Makefile
parent- Update to 0.5.3 (diff)
- Enable Ghostscript by default (required by advi).
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=252194
Diffstat (limited to 'graphics/ocaml-images/Makefile')
-rw-r--r--graphics/ocaml-images/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile
index aa6aa3c62c82..1599bfc0b7d0 100644
--- a/graphics/ocaml-images/Makefile
+++ b/graphics/ocaml-images/Makefile
@@ -8,7 +8,7 @@
PORTNAME= images
PORTVERSION= 3.0.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ \
@@ -39,7 +39,7 @@ OPTIONS= PNG "Enable PNG support" on \
XPM "Enable XPM support" on \
GIF "Enable GIF support" on \
FREETYPE "Enable text rendering via freetype" on \
- GS "Enable PostScript support via Ghostscript" off \
+ GS "Enable PostScript support via Ghostscript" on \
GTK1 "Enable LablGTK1 support" off \
GTK2 "Enable LablGTK2 support (conflicts with LablGTK1)" off