diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 7d8723e60bb..40bf33af491 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2006/01/12 14:33:36 aanriot Exp $ +# $OpenBSD: Makefile,v 1.24 2006/06/03 17:40:48 steven Exp $ COMMENT= "easy to use, graphical editor" @@ -6,7 +6,7 @@ CATEGORIES= editors MASTER_SITES= ${HOMEPAGE} HOMEPAGE= ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/ DISTNAME= cooledit-3.17.14 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS= Cw 1.0 @@ -15,7 +15,7 @@ MAINTAINER= Marc Espie FLAVORS= python FLAVOR?= -PYTHON_VER= 2.3 +PYTHON_VER= 2.4 WANTLIB= X11 c util USE_LIBTOOL= Yes diff --git a/editors/cooledit/patches/patch-configure b/editors/cooledit/patches/patch-configure index 0fdb3cd8a7b..d52813271e9 100644 --- a/editors/cooledit/patches/patch-configure +++ b/editors/cooledit/patches/patch-configure @@ -1,4 +1,4 @@ -$OpenBSD: patch-configure,v 1.5 2005/05/16 20:26:51 alek Exp $ +$OpenBSD: patch-configure,v 1.6 2006/06/03 17:40:48 steven Exp $ --- configure.orig Sat Nov 27 09:46:40 2004 +++ configure Thu Apr 28 23:29:06 2005 @@ -20225,15 +20225,17 @@ cat >>confdefs.h <<_ACEOF @@ -33,7 +33,7 @@ $OpenBSD: patch-configure,v 1.5 2005/05/16 20:26:51 alek Exp $ +if test x$NOPYTHON = x; then +PYTHON_LIBDIR="${LOCALBASE}/lib/python${PYTHON_VER}/config" -+LIBPY="python2.3" ++LIBPY="python${PYTHON_VER}" +have_python_config=yes +PYTHON_INCLUDEDIR="${LOCALBASE}/include/python${PYTHON_VER}" +have_python_include=yes