diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-04 17:38:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-04 17:38:26 +0000 |
commit | 9c17f3794e139eef8fe6af056b6b570f270fdf42 (patch) | |
tree | 75a8e441964bc043f93c0cee6a6493d2f220ee4c /graphics/gimp-devel | |
parent | Use 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>
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 806f1a523f11..1277529946f1 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/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 |