Date: Mon, 25 Nov 2013 05:20:18 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334811 - head/deskutils/gdesklets Message-ID: <201311250520.rAP5KIRL085516@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311250520.rAP5KIRL085516>