diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-15 21:00:28 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-15 21:00:28 +0800 |
commit | 553498e1e5f65c1ecfab6610108687aafaf835ac (patch) | |
tree | e2d318dac036987a24390d764ba38be3008d2578 /www/epiphany | |
parent | 9b4e0bbca8d023d3c7bbbdaaf263de19d1e6982e (diff) | |
download | marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.tar marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.tar.gz marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.tar.bz2 marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.tar.lz marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.tar.xz marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.tar.zst marcuscom-ports-553498e1e5f65c1ecfab6610108687aafaf835ac.zip |
Python support was dropped since 2.27.3 version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12440 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 16b15cbfa..b30a1f1d4 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.200 2009/06/15 20:38:21 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.201 2009/07/15 11:38:02 avl Exp $ # PORTNAME= epiphany @@ -58,17 +58,6 @@ NO_WERROR= yes CONFIGURE_ARGS+= --enable-compile-warnings=no .endif -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - .if defined(WITH_SPELL_CHECKER) LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant CONFIGURE_ARGS+=--enable-spell-checker |