diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-04 10:45:04 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-04 10:45:04 +0000 |
commit | 52c6d83d10ffdee447c387215496616d479f86bb (patch) | |
tree | 03f55e1908ac424f099086fa23a8501970013e44 /graphics/ocaml-images | |
parent | 9060c352e0619c5866da7bd8115f23deae11b47d (diff) | |
download | ports-52c6d83d10ffdee447c387215496616d479f86bb.tar.gz ports-52c6d83d10ffdee447c387215496616d479f86bb.zip |
Notes
Diffstat (limited to 'graphics/ocaml-images')
-rw-r--r-- | graphics/ocaml-images/Makefile | 4 |
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 |