From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 05:20:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31DA4EC2; Mon, 25 Nov 2013 05:20:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22B9C2B09; Mon, 25 Nov 2013 05:20:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP5KIkt085517; Mon, 25 Nov 2013 05:20:18 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP5KIRL085516; Mon, 25 Nov 2013 05:20:18 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201311250520.rAP5KIRL085516@svn.freebsd.org> From: Cy Schubert Date: Mon, 25 Nov 2013 05:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334811 - head/deskutils/gdesklets 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.16 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, 25 Nov 2013 05:20:19 -0000 Author: cy Date: Mon Nov 25 05:20:18 2013 New Revision: 334811 URL: http://svnweb.freebsd.org/changeset/ports/334811 Log: Get rid of implicit python build dependency. Submitted by: marcus Modified: head/deskutils/gdesklets/Makefile Modified: head/deskutils/gdesklets/Makefile ============================================================================== --- head/deskutils/gdesklets/Makefile Mon Nov 25 03:13:52 2013 (r334810) +++ head/deskutils/gdesklets/Makefile Mon Nov 25 05:20:18 2013 (r334811) @@ -39,6 +39,10 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gdb RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb .endif +post-patch: + @${REINPLACE_CMD} -e 's|`python -c|`$$PYTHON -c|' \ + ${WRKSRC}/configure + post-install: @${MKDIR} ${DATADIR}/Displays @${TOUCH} ${DATADIR}/Displays/.keep_me