svn commit: r313873 - head/graphics/gimp

Koop Mast kwm at FreeBSD.org
Mon Mar 11 12:23:27 UTC 2013


Author: kwm
Date: Mon Mar 11 12:23:26 2013
New Revision: 313873
URL: http://svnweb.freebsd.org/changeset/ports/313873

Log:
  Disable python support by default. Like it was before conversion.

Modified:
  head/graphics/gimp/Makefile

Modified: head/graphics/gimp/Makefile
==============================================================================
--- head/graphics/gimp/Makefile	Mon Mar 11 12:19:08 2013	(r313872)
+++ head/graphics/gimp/Makefile	Mon Mar 11 12:23:26 2013	(r313873)
@@ -17,7 +17,7 @@ COMMENT=	The "meta-port" for The Gimp
 RUN_DEPENDS=	gimp-2.8:${PORTSDIR}/graphics/gimp-app
 
 OPTIONS_DEFINE=	PYTHON PRINT HELP
-OPTIONS_DEFAULT=PRINT PYTHON
+OPTIONS_DEFAULT=PRINT
 PYTHON_DESC=	Python-fu support
 PRINT_DESC=	Gutenprint (gimp-print) plugin
 HELP_DESC=	Gimp-Help (50+MB distfile)


More information about the svn-ports-all mailing list