ports/55232: Update: Gimp-devel: fix the python build/run depend

Koop Mast einekoai at chello.nl
Mon Aug 4 09:50:19 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list