diff options
author | stas <stas@FreeBSD.org> | 2010-04-04 18:45:04 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-04-04 18:45:04 +0800 |
commit | 5ddc38c43c0149e0a235b50759e7253e56b37a60 (patch) | |
tree | 14da01520bd8eab67dc252aafa29a3ff0f8e1b35 | |
parent | fb82c9fbb86951700c91082a394b528d4ad73127 (diff) | |
download | freebsd-ports-gnome-5ddc38c43c0149e0a235b50759e7253e56b37a60.tar.gz freebsd-ports-gnome-5ddc38c43c0149e0a235b50759e7253e56b37a60.tar.zst freebsd-ports-gnome-5ddc38c43c0149e0a235b50759e7253e56b37a60.zip |
- Enable Ghostscript by default (required by advi).
- Bump PORTREVISION.
-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 |