summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile1
-rw-r--r--www/epiphany-extensions3/Makefile1
-rw-r--r--www/epiphany3/Makefile1
-rw-r--r--www/gtkhtml4/Makefile5
-rw-r--r--www/libepc/Makefile9
-rw-r--r--www/libsocialweb/Makefile5
-rw-r--r--www/webkit-gtk2/Makefile1
-rw-r--r--www/webkit-gtk3/Makefile1
8 files changed, 16 insertions, 8 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index 3cc61b09d..c86ae6ccd 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
CONFLICTS= epiphany-extensions-3.[0-9]*
+NO_STAGE= yes
USES= gettext gmake pathfix
USE_BZIP2= yes
USE_GNOME= gnomeprefix intlhack
diff --git a/www/epiphany-extensions3/Makefile b/www/epiphany-extensions3/Makefile
index 9afb9658d..708741c94 100644
--- a/www/epiphany-extensions3/Makefile
+++ b/www/epiphany-extensions3/Makefile
@@ -18,6 +18,7 @@ RUN_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany3
CONFLICTS= epiphany-extensions-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= epiphany-extensions3
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile
index 6982ac434..c66c3f1e9 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany3/Makefile
@@ -27,6 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
CONFLICTS= epiphany-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= epiphany3
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile
index daced0460..9d40c8f19 100644
--- a/www/gtkhtml4/Makefile
+++ b/www/gtkhtml4/Makefile
@@ -14,11 +14,12 @@ COMMENT= Lightweight HTML rendering/printing/editing engine
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
- enchant:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+ libenchant.so:${PORTSDIR}/textproc/enchant
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+NO_STAGE= yes
USES= gettext gmake pathfix pkgconfig
USE_XZ= yes
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto
diff --git a/www/libepc/Makefile b/www/libepc/Makefile
index 6936fd18a..19661aa9c 100644
--- a/www/libepc/Makefile
+++ b/www/libepc/Makefile
@@ -10,11 +10,12 @@ MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= The Easy Publish and Consume library
-LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
- soup-2.4:${PORTSDIR}/devel/libsoup \
- gnutls:${PORTSDIR}/security/gnutls \
- avahi-ui-gtk3:${PORTSDIR}/net/avahi-gtk3
+LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+ libgnutls.so:${PORTSDIR}/security/gnutls \
+ libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3
+NO_STAGE= yes
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomeprefix gtk30
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile
index 88468568f..c991d852f 100644
--- a/www/libsocialweb/Makefile
+++ b/www/libsocialweb/Makefile
@@ -13,9 +13,10 @@ COMMENT= A personal social data server.
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
vapigen:${PORTSDIR}/lang/vala-vapigen
-LIB_DEPENDS= rest-0.7:${PORTSDIR}/devel/librest \
- json-glib-1.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \
+ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
+NO_STAGE= yes
USE_GNOME= glib20 intlhack gconf2 introspection:build gnomehier
USE_XZ= yes
GNU_CONFIGURE= yes
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 77ad249e1..c51f367f9 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
libcurl.so:${PORTSDIR}/ftp/curl \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+NO_STAGE= yes
USE_XZ= yes
USE_GSTREAMER= yes
USE_XORG= xt
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 2619ec56c..011e035a7 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -25,6 +25,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
+NO_STAGE= yes
USE_XZ= yes
USE_GSTREAMER1= yes
USE_XORG= xt xdamage xcomposite