summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-14 06:16:03 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-14 06:16:03 +0800
commit0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb (patch)
tree6b11e595eeffb33f4c45d29539cf32b175ebde4b /net
parent6fae69c8aced596c875c612c27f2d0d1a2820922 (diff)
downloadmarcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.gz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.bz2
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.lz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.xz
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.tar.zst
marcuscom-ports-0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb.zip
Add introspection USE_GNOME component.
Either introspection => both build and run dependancy or choosable with :build/:run modifiers. This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir isn't created in the /root dir anymore. Convert all users in MC. Reported by: bapt/miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/avahi-app/Makefile4
-rw-r--r--net/gnome-online-accounts/Makefile5
2 files changed, 3 insertions, 6 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index 53e88ca61..f321bc6ee 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -15,17 +15,15 @@ COMMENT?= Service discovery on a local network
AVAHI_SLAVE?= no
.if ${AVAHI_SLAVE}!="header"
-BUILD_DEPENDS?= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS?= expat:${PORTSDIR}/textproc/expat2 \
daemon:${PORTSDIR}/devel/libdaemon \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
gdbm:${PORTSDIR}/databases/gdbm
-RUN_DEPENDS?= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
USERS?= ${PORTNAME}
GROUPS?= ${USERS}
-USE_GNOME+= ltverhack glib20 intltool
+USE_GNOME+= ltverhack glib20 intltool introspection
USES+= gettext pathfix pkgconfig
USE_GNOME_SUBR= yes
USE_GMAKE= yes
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile
index 3a14f402c..d72167c71 100644
--- a/net/gnome-online-accounts/Makefile
+++ b/net/gnome-online-accounts/Makefile
@@ -10,8 +10,7 @@ MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Interface privider to access the user's online accounts.
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
json-glib:${PORTSDIR}/devel/json-glib \
notify:${PORTSDIR}/devel/libnotify \
@@ -19,7 +18,7 @@ LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
rest-0.7:${PORTSDIR}/www/rest
USE_XZ= yes
-USE_GNOME= gtk30 intlhack
+USE_GNOME= gtk30 intlhack introspection:build
USE_GMAKE= yes
USES= gettext pathfix pkgconfig
GNU_CONFIGURE= yes