diff options
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> |