diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-26 21:49:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-26 21:49:22 +0800 |
commit | 923201495baf53c7b2fd2d9591debdd80237c0d4 (patch) | |
tree | da8701a5744e0a65fcafe83a94dca2d15b35727a /graphics | |
parent | c64ad6b454a723fff668e3c74fedecece1ded4b9 (diff) | |
download | freebsd-ports-gnome-923201495baf53c7b2fd2d9591debdd80237c0d4.tar.gz freebsd-ports-gnome-923201495baf53c7b2fd2d9591debdd80237c0d4.tar.zst freebsd-ports-gnome-923201495baf53c7b2fd2d9591debdd80237c0d4.zip |
Use GHOSTSCRIPT instead of GS to use generic description
Reported by: danfe
Diffstat (limited to 'graphics')
-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 |