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 /security | |
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 'security')
-rw-r--r-- | security/gcr/Makefile | 5 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 2d92f077c..735ced5b1 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Library for bits of crypto UI and parsing -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - gtk-doc>0:${PORTSDIR}/textproc/gtk-doc +BUILD_DEPENDS= gtk-doc>0:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ tasn1:${PORTSDIR}/security/libtasn1 \ p11-kit:${PORTSDIR}/security/p11-kit \ @@ -20,7 +19,7 @@ LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ CONFLICTS= gnome-keyring-2.[0-9]* USE_XZ= yes -USE_GNOME= gtk30 intlhack +USE_GNOME= gtk30 intlhack introspection:build USES= gettext pathfix pkgconfig shared-mime-info USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index cad67d7c8..91a39fc9b 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ gcrypt:${PORTSDIR}/security/libgcrypt USE_XZ= yes -USE_GNOME= gnomehier gnomeprefix ltverhack intlhack glib20 +USE_GNOME= gnomehier gnomeprefix ltverhack intlhack glib20 \ + introspection:build USE_GMAKE= yes USES= gettext pathfix USE_AUTOTOOLS= libtool |