aboutsummaryrefslogtreecommitdiff
path: root/devel/libglade2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-08 21:10:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-08 21:10:17 +0000
commit903cef665ee204719f58255b4f452a3e2dc31d4e (patch)
tree332f19ffb20a59f540fea1e64e07f392877aafe4 /devel/libglade2
parentc48a058b9a39a12ea067b2ac6f489ace86821c1b (diff)
downloadports-903cef665ee204719f58255b4f452a3e2dc31d4e.tar.gz
ports-903cef665ee204719f58255b4f452a3e2dc31d4e.zip
Notes
Diffstat (limited to 'devel/libglade2')
-rw-r--r--devel/libglade2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 1ff56eb490bb..194dd1c719fd 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -37,6 +37,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports"
+OPTIONS= PYTHON "Use Python" on
+
+.include <bsd.port.options.mk>
+
.if !defined(WITHOUT_PYTHON)
BUILD_DEPENDS+= ${PYEXPAT}
RUN_DEPENDS+= ${PYEXPAT}