summaryrefslogtreecommitdiff
path: root/x11/libexo
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-01-26 21:39:17 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-01-26 21:39:17 +0000
commitb9bcf786e704fabcbaee9c847466a08992b78d17 (patch)
treee56f2ed5b7c690f359736b747e10a24df0f2ba71 /x11/libexo
parent- Update to 14.3 (diff)
include bsd.python.mk if WITH_PYTHON is defined
Noted by: olgeni
Notes
Notes: svn path=/head/; revision=183364
Diffstat (limited to 'x11/libexo')
-rw-r--r--x11/libexo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index 2c7a1da72ea3..cd242f0c6e4f 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -54,6 +54,7 @@ PLIST_SUB+= GTK_DOC="@comment "
.if defined(WITH_PYTHON)
CONFIGURE_ARGS+=--enable-python
USE_PYTHON= yes
+.include "${PORTSDIR}/Mk/bsd.python.mk"
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
PLIST_SUB+= PYTHON=""
.else