Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Aug 2003 11:45:12 +0200 (CEST)
From:      Koop Mast <einekoai@chello.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55232: Update: Gimp-devel: fix the python build/run depend
Message-ID:  <20030804094512.0BB991EFD@prisma.quccc.org>
Resent-Message-ID: <200308040950.h749oHZs084681@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55232
>Category:       ports
>Synopsis:       Update: Gimp-devel: fix the python build/run depend
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 04 02:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD prisma.quccc.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Jul 14 18:54:50 CEST 2003 root@prisma.quccc.org:/usr/obj/usr/src/sys/rainbow i386


	
>Description:
	Fix the build/run depends of the with_python switch.
	
>How-To-Repeat:
	
>Fix:

	

--- gimp-devel.diff begins here ---
--- Makefile.orig	Thu Jul 31 22:52:15 2003
+++ Makefile	Mon Aug  4 11:37:17 2003
@@ -54,8 +54,8 @@
 
 .if defined(WITH_PYTHON)
 USE_PYTHON=	yes
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2
+BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
 CONFIGURE_ARGS+=	--enable-python
 PLIST_SUB+=		PYTHON:=""
 .else
--- gimp-devel.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030804094512.0BB991EFD>