aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-01-27 05:39:17 +0800
committeroliver <oliver@FreeBSD.org>2007-01-27 05:39:17 +0800
commit4191db627c770a19d0d1aa6cea99a50ac16a3b07 (patch)
tree9769c1e7a0771dd315ee8877814fdf5a26ec6a04 /x11
parentda93259183b9cf370170e311a1309abfbd4f2d02 (diff)
downloadfreebsd-ports-gnome-4191db627c770a19d0d1aa6cea99a50ac16a3b07.tar.gz
freebsd-ports-gnome-4191db627c770a19d0d1aa6cea99a50ac16a3b07.tar.zst
freebsd-ports-gnome-4191db627c770a19d0d1aa6cea99a50ac16a3b07.zip
include bsd.python.mk if WITH_PYTHON is defined
Noted by: olgeni
Diffstat (limited to 'x11')
-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