aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-05 06:26:08 +0800
committermarcus <marcus@FreeBSD.org>2003-04-05 06:26:08 +0800
commit5b8d8b71ba42da0cfa73fea24f530f36d49e1485 (patch)
treeb0e6f10b2be58cb1de8ce61f673a67f129950770 /graphics
parent4f605776cdb6c9d19b14e02a72c74e8bcb34bb95 (diff)
downloadfreebsd-ports-gnome-5b8d8b71ba42da0cfa73fea24f530f36d49e1485.tar.gz
freebsd-ports-gnome-5b8d8b71ba42da0cfa73fea24f530f36d49e1485.tar.zst
freebsd-ports-gnome-5b8d8b71ba42da0cfa73fea24f530f36d49e1485.zip
Add a missing BUIL_DEPENDS on py-gtk2.
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'graphics')
-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:=""