diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-08 21:10:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-08 21:10:17 +0000 |
commit | 903cef665ee204719f58255b4f452a3e2dc31d4e (patch) | |
tree | 332f19ffb20a59f540fea1e64e07f392877aafe4 /devel/libglade2/Makefile | |
parent | c48a058b9a39a12ea067b2ac6f489ace86821c1b (diff) | |
download | ports-903cef665ee204719f58255b4f452a3e2dc31d4e.tar.gz ports-903cef665ee204719f58255b4f452a3e2dc31d4e.zip |
Notes
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r-- | devel/libglade2/Makefile | 4 |
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} |