aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-26 21:49:22 +0800
committerbapt <bapt@FreeBSD.org>2013-04-26 21:49:22 +0800
commit923201495baf53c7b2fd2d9591debdd80237c0d4 (patch)
treeda8701a5744e0a65fcafe83a94dca2d15b35727a /graphics
parentc64ad6b454a723fff668e3c74fedecece1ded4b9 (diff)
downloadfreebsd-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/Makefile7
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