diff options
-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 |