diff options
author | marcus <marcus@FreeBSD.org> | 2006-07-10 10:15:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-07-10 10:15:17 +0800 |
commit | e5871db68df9a125a7e8b126781a484897890194 (patch) | |
tree | 5070db3e8d4502a343b2d763d169ae05f89a932a /graphics/dia | |
parent | 2949a649c8493628369d5a79b88c422567c6b1cb (diff) | |
download | freebsd-ports-gnome-e5871db68df9a125a7e8b126781a484897890194.tar.gz freebsd-ports-gnome-e5871db68df9a125a7e8b126781a484897890194.tar.zst freebsd-ports-gnome-e5871db68df9a125a7e8b126781a484897890194.zip |
Add a BUILD_DEPENDS on Python.
Diffstat (limited to 'graphics/dia')
-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 6daccfa72e70..21fc57c7562d 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -37,6 +37,7 @@ USE_GNOME+= pygtk2 CONFIGURE_ARGS= --with-python PLIST_SUB= PYTHON:="" .else +USE_PYTHON_BUILD=yes PLIST_SUB= PYTHON:="@comment " .endif |