diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 06:04:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-13 06:04:18 +0800 |
commit | dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91 (patch) | |
tree | f4b3e87f27af58e1f14077184eb2680525cad807 /www/epiphany-extensions/Makefile | |
parent | e8ed1dbf7e47fb18883203e168a62a3f42b347ce (diff) | |
download | marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.tar marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.tar.gz marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.tar.bz2 marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.tar.lz marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.tar.xz marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.tar.zst marcuscom-ports-dbf6072fde8b7cf3754fc7ce2acc36ae6a7eae91.zip |
Update to 2.14.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5877 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r-- | www/epiphany-extensions/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 3bfeb7048..6dd8f3690 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,15 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.65 2006/02/23 22:08:08 ahze Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.66 2006/02/25 00:25:57 marcus Exp $ # PORTNAME= epiphany -PORTVERSION= 1.9.7 -PORTREVISION= 2 +PORTVERSION= 2.14.0.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.9 +MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.14 PKGNAMESUFFIX= -extensions DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -34,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C CONFIGURE_ARGS= --with-extensions="all" \ --with-mozilla=${GECKO} -PLIST_SUB= VERSION="1.9" EPHY_VERSION="1.10" +PLIST_SUB= VERSION="2.14" EPHY_VERSION="2.14" .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_OPENSP @@ -50,6 +49,14 @@ CONFIGURE_ARGS+= --enable-opensp=yes CONFIGURE_ARGS+= --disable-opensp .endif +.if exists(${LOCALBASE}/share/pygtk/2.0/defs/epiphany.defs) +USE_PYTHON= yes +.include "${PORTSDIR}/Mk/bsd.python.mk" +PLIST_SUB+= PYTHON="" +.else +PLIST_SUB+= PYTHON="@comment " +.endif + pre-everything:: @${ECHO_MSG} "Epiphany-extensions also supports the following tunable option(s):" @${ECHO_MSG} " WITH_OPENSP=yes Enable support for OpenSP SGML validation" |