Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 May 2000 09:26:46 +0300
From:      Maxim Sobolev <sobomax@altavista.net>
To:        "Chris D. Faulhaber" <jedgar@FreeBSD.ORG>
Cc:        ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/devel Makefile ports/devel/idle  Makefileports/devel/idle/files md5 ports/devel/idle/pkg COMMENT  DESCRPLIST
Message-ID:  <39165E26.4F9A261E@altavista.net>
References:  <200005072049.NAA30637@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------BF0146E3AF37F20A836A0E53
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit

"Chris D. Faulhaber" wrote:

>   New port: IDLE - an Integrated DeveLopment Environment for Python

OOPS, just noticed that I forgot to add python to BUILD_DEPENDS
(required to pre-compile modules). With this message I'm attaching small
patch.

-Maxim

--------------BF0146E3AF37F20A836A0E53
Content-Type: text/plain; charset=koi8-r;
 name="idle.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="idle.diff"

===================================================================
RCS file: Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2000/05/08 06:08:27	1.1
+++ Makefile	2000/05/08 06:09:40
@@ -13,6 +13,7 @@
 
 MAINTAINER=	sobomax@altavista.net
 
+BUILD_DEPENDS=	${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
 RUN_DEPENDS=	${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
 
 do-build:

--------------BF0146E3AF37F20A836A0E53--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39165E26.4F9A261E>