svn commit: r316614 - head/graphics/ocaml-images

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 26 13:49:23 UTC 2013


Author: bapt
Date: Fri Apr 26 13:49:22 2013
New Revision: 316614
URL: http://svnweb.freebsd.org/changeset/ports/316614

Log:
  Use GHOSTSCRIPT instead of GS to use generic description
  
  Reported by:	danfe

Modified:
  head/graphics/ocaml-images/Makefile

Modified: head/graphics/ocaml-images/Makefile
==============================================================================
--- head/graphics/ocaml-images/Makefile	Fri Apr 26 13:42:00 2013	(r316613)
+++ head/graphics/ocaml-images/Makefile	Fri Apr 26 13:49:22 2013	(r316614)
@@ -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


More information about the svn-ports-all mailing list