summaryrefslogtreecommitdiffstats
path: root/devel/seed3
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 /devel/seed3
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 'devel/seed3')
-rw-r--r--devel/seed3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/seed3/Makefile b/devel/seed3/Makefile
index ed930b154..568f053ba 100644
--- a/devel/seed3/Makefile
+++ b/devel/seed3/Makefile
@@ -16,7 +16,6 @@ COMMENT= GObject JavaScriptCore bridge
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-js-common.pc:${PORTSDIR}/devel/gnome-js-common
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi \
webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
- girepository-1.0:${PORTSDIR}/devel/gobject-introspection \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
mpfr:${PORTSDIR}/math/mpfr
@@ -26,7 +25,7 @@ LATEST_LINK= seed3
USE_XZ= yes
GNU_CONFIGURE= yes
USES= gettext pathfix pkgconfig
-USE_GNOME= gtk30 intltool libxml2
+USE_GNOME= gtk30 intltool libxml2 introspection
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_SQLITE= yes