From owner-svn-ports-head@FreeBSD.ORG Mon Mar 11 12:23:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 07EB849D; Mon, 11 Mar 2013 12:23:27 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E3C35DE2; Mon, 11 Mar 2013 12:23:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BCNQAS027226; Mon, 11 Mar 2013 12:23:26 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2BCNQBn027225; Mon, 11 Mar 2013 12:23:26 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201303111223.r2BCNQBn027225@svn.freebsd.org> From: Koop Mast Date: Mon, 11 Mar 2013 12:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313873 - head/graphics/gimp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 12:23:27 -0000 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)