diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 22:26:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 22:26:08 +0000 |
commit | 19963ed070082e336b99dfb45045827b27ca5b0c (patch) | |
tree | 59c6116d5a71297c8ec059ab224f29cb72ea29ed /graphics/dia/Makefile | |
parent | Make 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/Makefile | 1 |
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:="" |