diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-14 06:16:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-14 06:16:03 +0800 |
commit | 0064a7b896b6b8b7c60f48ded6cbb92a13dbe5cb (patch) | |
tree | 6b11e595eeffb33f4c45d29539cf32b175ebde4b /databases | |
parent | 6fae69c8aced596c875c612c27f2d0d1a2820922 (diff) | |
download | marcuscom-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 'databases')
-rw-r--r-- | databases/evolution-data-server3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index 49ecb6a50..a14f4473c 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -15,8 +15,7 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - gcr>=3.4.1:${PORTSDIR}/security/gcr +BUILD_DEPENDS= gcr>=3.4.1:${PORTSDIR}/security/gcr LIB_DEPENDS= soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome \ oauth:${PORTSDIR}/net/liboauth \ goa-1:${PORTSDIR}/net/gnome-online-accounts \ @@ -33,7 +32,7 @@ USE_XZ= yes USE_GMAKE= yes USES= bison pathfix gettext pkgconfig USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ - libxml2 gtk30 + libxml2 gtk30 introspection:build USE_OPENLDAP= yes USE_SQLITE= yes USE_AUTOTOOLS= libtool |