summaryrefslogtreecommitdiff
path: root/graphics/gimp-app
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-04 17:38:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-04 17:38:26 +0000
commit9c17f3794e139eef8fe6af056b6b570f270fdf42 (patch)
tree75a8e441964bc043f93c0cee6a6493d2f220ee4c /graphics/gimp-app
parentUse the nice new infrastructure for handling .info files. It's so much (diff)
Fix the Python {BUILD|RUN}_DEPENDS.
PR: 55232 Submitted by: Koop Mast <einekoai@chello.nl>
Notes
Notes: svn path=/head/; revision=86294
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r--graphics/gimp-app/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 806f1a523f11..1277529946f1 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -54,8 +54,8 @@ MAN5= gimprc-1.3.5
.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