summaryrefslogtreecommitdiffstats
path: root/www/epiphany-extensions/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-08 02:40:15 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-08 02:40:15 +0800
commit1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3 (patch)
tree841420a522073de67ec324d09cfc5727d53f6195 /www/epiphany-extensions/Makefile
parentd7f4dba6ad9c17d5aaeba89c1a3adaf2e05ad56a (diff)
downloadmarcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.tar
marcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.tar.gz
marcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.tar.bz2
marcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.tar.lz
marcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.tar.xz
marcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.tar.zst
marcuscom-ports-1f69ba56afa04d9baad16cec1b8e7c1cfd0899c3.zip
Update to 1.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2460 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/Makefile')
-rw-r--r--www/epiphany-extensions/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index d19644413..1a29fe949 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= epiphany
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.1
@@ -26,8 +25,6 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \
MOZILLA= mozilla
HEADERS_SUFX=
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7"
-
.if !defined(WITH_MOZILLA)
MOZILLA= mozilla
HEADERS_SUFX=
@@ -35,7 +32,6 @@ HEADERS_SUFX=
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
-MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.8a"
.else
MOZILLA= mozilla
HEADERS_SUFX=
@@ -49,8 +45,7 @@ USE_LIBTOOL_VER=13
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --with-extensions="all" \
- ${MOZ_CONFIGURE_ARGS}
+CONFIGURE_ARGS= --with-extensions="all"
PLIST_SUB= VERSION="1.3"
@@ -68,7 +63,7 @@ WITH_OPENSP= yes
.if defined(WITH_OPENSP)
CONFIGURE_ARGS+= --enable-opensp=yes
.else
-CONFIGURE_ARGS+= --enable-opensp=no
+CONFIGURE_ARGS+= --disable-opensp
.endif
pre-everything::