summaryrefslogtreecommitdiffstats
path: root/www/epiphany3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-25 22:14:12 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-25 22:14:12 +0800
commit55f04550418461df7139874450e14963ff31396f (patch)
tree30a4ac89c5103a58dc673d50bdd43cdf7ea77a0e /www/epiphany3/Makefile
parentbcf3e473fdd6a3256d87daf69ab8aa4bc6aa78af (diff)
downloadmarcuscom-ports-55f04550418461df7139874450e14963ff31396f.tar
marcuscom-ports-55f04550418461df7139874450e14963ff31396f.tar.gz
marcuscom-ports-55f04550418461df7139874450e14963ff31396f.tar.bz2
marcuscom-ports-55f04550418461df7139874450e14963ff31396f.tar.lz
marcuscom-ports-55f04550418461df7139874450e14963ff31396f.tar.xz
marcuscom-ports-55f04550418461df7139874450e14963ff31396f.tar.zst
marcuscom-ports-55f04550418461df7139874450e14963ff31396f.zip
Update to 3.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany3/Makefile')
-rw-r--r--www/epiphany3/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile
index eac6b56b4..66c12846b 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany3/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany3/Makefile,v 1.22 2011/10/04 22:45:42 kwm Exp $
+# $MCom: ports/www/epiphany3/Makefile,v 1.23 2011/10/19 16:39:07 kwm Exp $
#
PORTNAME= epiphany
-PORTVERSION= 3.2.1
+PORTVERSION= 3.4.2
PORTREVISION?= 0
CATEGORIES= www gnome
MASTER_SITES= GNOME
@@ -19,7 +19,7 @@ COMMENT?= An extremely lightweight and simple web browser for GNOME 3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \
soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
@@ -39,15 +39,17 @@ INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_XZ= yes
USE_PYTHON= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils libxml2
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils libxml2 \
+ desktopfileutils
USE_XORG= ice x11 sm
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
CONFIGURE_ARGS+=--enable-introspection \
- --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib
+ --with-distributor-name="FreeBSD GNOME Project"
+# --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \