diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-26 18:42:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-26 18:42:35 +0800 |
commit | 2772996df5e3c010f5d17d633fca6b117c56eb7a (patch) | |
tree | 1467d8ed471411133ca91b3695d6e1b3a0a47ddf /databases | |
parent | 40d38ee86c9312b2a0c98a5387c6e42cb217d2a3 (diff) | |
download | marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.gz marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.bz2 marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.lz marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.xz marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.tar.zst marcuscom-ports-2772996df5e3c010f5d17d633fca6b117c56eb7a.zip |
Catch up with ports infra changes.
USE_GMAKE= => USES=gmake
Sort Uses
Remove MAKE_JOBS_SAFE as it is default now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 | ||||
-rw-r--r-- | databases/evolution-data-server3/Makefile | 5 | ||||
-rw-r--r-- | databases/glom/Makefile | 6 | ||||
-rw-r--r-- | databases/libgda5/Makefile | 5 | ||||
-rw-r--r-- | databases/libgdamm5/Makefile | 5 |
5 files changed, 11 insertions, 15 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 8c2d5d89c..650864094 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/databases/evolution-data-server/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= evolution-data-server PORTVERSION= 2.32.1 @@ -21,8 +21,7 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring USE_BZIP2= yes -USE_GMAKE= yes -USES= bison pathfix gettext pkgconfig +USES= bison gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 libxml2 USE_OPENLDAP= yes USE_SQLITE= 3 diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index db457a92a..d545b39ad 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/databases/evolution-data-server3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= evolution-data-server PORTVERSION= 3.6.4 @@ -29,8 +29,7 @@ CONFLICTS= evolution-data-server-2.[0-9]* LATEST_LINK= evolution-data-server3 USE_XZ= yes -USE_GMAKE= yes -USES= bison pathfix gettext pkgconfig +USES= bison gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ libxml2 gtk30 introspection:build USE_OPENLDAP= yes diff --git a/databases/glom/Makefile b/databases/glom/Makefile index e0171b7df..fcc6cf071 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -1,6 +1,6 @@ # Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/databases/glom/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= glom PORTVERSION= 1.24.0 @@ -26,8 +26,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co USE_XZ= yes USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gettext pathfix pkgconfig shared-mime-info desktop-file-utils -USE_GMAKE= yes +USES= gettext gmake pathfix pkgconfig shared-mime-info \ + desktop-file-utils USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \ gtksourceviewmm3 libgdamm5 USE_LDCONFIG= yes diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 22f453167..44e287b04 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/databases/libgda5/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= libgda PORTVERSION?= 5.0.3 @@ -26,8 +26,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ json-glib-1.0:${PORTSDIR}/devel/json-glib USE_AUTOTOOLS= libtool -USES= gettext pathfix pkgconfig -USE_GMAKE= yes +USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/databases/libgdamm5/Makefile b/databases/libgdamm5/Makefile index e9a1fb516..581eec6dc 100644 --- a/databases/libgdamm5/Makefile +++ b/databases/libgdamm5/Makefile @@ -1,6 +1,6 @@ # Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/databases/libgdamm5/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= libgdamm PORTVERSION= 4.99.6 @@ -15,8 +15,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_XZ= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= libgda5 glibmm GNU_CONFIGURE= yes USE_LDCONFIG= yes |