diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 13:49:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 13:49:22 +0000 |
commit | 2a10c864bd53aacfe644bf0aa0c53aeea6778768 (patch) | |
tree | da8701a5744e0a65fcafe83a94dca2d15b35727a /graphics/ocaml-images | |
parent | 992b7b166e667f06db406b051e99bbd8f6fffbbf (diff) | |
download | ports-2a10c864bd53aacfe644bf0aa0c53aeea6778768.tar.gz ports-2a10c864bd53aacfe644bf0aa0c53aeea6778768.zip |
Notes
Diffstat (limited to 'graphics/ocaml-images')
-rw-r--r-- | graphics/ocaml-images/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index e151447f718e..3e1bd02f1613 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -36,9 +36,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --without-lablgtk MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF FREETYPE GS GTK2 DOCS -OPTIONS_DEFAULT= PNG JPEG TIFF XPM GIT FREETYPE GS -GS_DESC= PostScript support via Ghostscript +OPTIONS_DEFINE= PNG JPEG TIFF XPM GIF FREETYPE GHOSTSCRIPT GTK2 DOCS +OPTIONS_DEFAULT= PNG JPEG TIFF XPM GIT FREETYPE GHOSTSCRIPT .include <bsd.port.options.mk> @@ -84,7 +83,7 @@ CONFIGURE_ARGS+= --with-freetype CONFIGURE_ARGS+= --without-freetype .endif -.if ${PORT_OPTIONS:MGS} +.if ${PORT_OPTIONS:MGHOSTSCRIPT} USE_GHOSTSCRIPT= yes CONFIGURE_ARGS+= --with-gs .else |