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 /misc | |
| 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 'misc')
| -rw-r--r-- | misc/gnome-devel-docs/Makefile | 4 | ||||
| -rw-r--r-- | misc/gnome-devel-docs3/Makefile | 4 | ||||
| -rw-r--r-- | misc/gnome-icon-theme-extras/Makefile | 5 | ||||
| -rw-r--r-- | misc/gnome-icon-theme/Makefile | 5 | ||||
| -rw-r--r-- | misc/gnome-user-docs3/Makefile | 5 |
5 files changed, 10 insertions, 13 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile index 526f97c66..db653868a 100644 --- a/misc/gnome-devel-docs/Makefile +++ b/misc/gnome-devel-docs/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/misc/gnome-devel-docs/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-devel-docs PORTVERSION= 2.32.0 @@ -19,7 +19,7 @@ CONFLICTS= gnome-devel-docs-3.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gnomehier INSTALLS_OMF= yes diff --git a/misc/gnome-devel-docs3/Makefile b/misc/gnome-devel-docs3/Makefile index 47252550b..a03543c8d 100644 --- a/misc/gnome-devel-docs3/Makefile +++ b/misc/gnome-devel-docs3/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/misc/gnome-devel-docs3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-devel-docs PORTVERSION= 3.6.2 @@ -16,7 +16,7 @@ CONFLICTS= gnome-devel-docs-2.[0-9]* LATEST_LINK= gnome-devel-docs3 USE_XZ= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GNOME= gnomehier gnomedocutils INSTALLS_OMF= yes diff --git a/misc/gnome-icon-theme-extras/Makefile b/misc/gnome-icon-theme-extras/Makefile index 427a34117..fb236b594 100644 --- a/misc/gnome-icon-theme-extras/Makefile +++ b/misc/gnome-icon-theme-extras/Makefile @@ -1,6 +1,6 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/misc/gnome-icon-theme-extras/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-icon-theme-extras PORTVERSION= 3.6.2 @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix +USES= gmake pathfix USE_GNOME= intlhack gtk-update-icon-cache INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-icon-mapping diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index a564687e5..6842a382c 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/misc/gnome-icon-theme/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gnome-icon-theme PORTVERSION= 3.6.2 @@ -16,9 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hic RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix +USES= gmake pathfix USE_GNOME= intlhack INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-icon-mapping diff --git a/misc/gnome-user-docs3/Makefile b/misc/gnome-user-docs3/Makefile index 0787774f0..e1006ed05 100644 --- a/misc/gnome-user-docs3/Makefile +++ b/misc/gnome-user-docs3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/misc/gnome-user-docs3/Makefile 18566 2013-06-18 07:35:39Z kwm $ PORTNAME= gnome-user-docs PORTVERSION= 3.6.2 @@ -15,10 +15,9 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LATEST_LINK= gnome-user-docs3 USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -USES= pathfix +USES= gmake pathfix USE_GNOME= gnomeprefix gnomehier libxml2:build .include <bsd.port.mk> |
