diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-10 02:15:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-10 02:15:17 +0000 |
commit | 2f4d8e109693cb81471f3b2e003cbf53197c7b2f (patch) | |
tree | cc1323431bfc1aa49d3a2b4829cdcd567e6c3902 /graphics | |
parent | Add a missing dependency on lcms. (diff) |
Add a BUILD_DEPENDS on Python.
Diffstat (limited to 'graphics')
-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 |