summaryrefslogtreecommitdiff
path: root/graphics/dia/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-04 22:26:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-04 22:26:08 +0000
commit19963ed070082e336b99dfb45045827b27ca5b0c (patch)
tree59c6116d5a71297c8ec059ab224f29cb72ea29ed /graphics/dia/Makefile
parentMake nvi-perl work with newer perls. Unbreak it for -CURRENT. (diff)
Add a missing BUIL_DEPENDS on py-gtk2.
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes: svn path=/head/; revision=78225
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r--graphics/dia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile
index de1fe285b250..35748d481683 100644
--- a/graphics/dia/Makefile
+++ b/graphics/dia/Makefile
@@ -32,6 +32,7 @@ MAN1= dia.1
.if !defined(WITHOUT_PYTHON)
USE_PYTHON= yes
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
CONFIGURE_ARGS+= --with-python
PLIST_SUB= PYTHON:=""