From 6151b40b59c5db815c5ece27fc485acdac899308 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 5 Jul 2013 13:44:31 +0000 Subject: [PATCH] Convert to USES=gmake --- audio/gogglesmm/Makefile | 3 +-- devel/cdk/Makefile | 3 +-- devel/czmq/Makefile | 3 +-- lang/picoc/Makefile | 8 ++------ mail/prayer/Makefile | 3 +-- multimedia/mkclean/Makefile | 3 +-- multimedia/mkvalidator/Makefile | 3 +-- security/snoopy/Makefile | 2 +- textproc/jshon/Makefile | 2 +- x11-wm/i3/Makefile | 3 +-- x11/i3status/Makefile | 3 +-- 11 files changed, 12 insertions(+), 24 deletions(-) diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index ddaa55b47db7..a2d17662f16e 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -32,8 +32,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_XZ= yes INSTALLS_ICONS= yes MAN1= gogglesmm.1 diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 46e06fdea5bb..ff71a84ad6f3 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -16,8 +16,7 @@ COMMENT= Curses Development Kit for speedy development of full screen programs LICENSE= BSD -USES= ncurses -USE_GMAKE= yes +USES= ncurses gmake GNU_CONFIGURE= yes PORTDOCS= COPYING EXPANDING INSTALL NOTES README TODO MAKE_JOBS_UNSAFE= yes diff --git a/devel/czmq/Makefile b/devel/czmq/Makefile index 279b00a55442..ac710dd8203a 100644 --- a/devel/czmq/Makefile +++ b/devel/czmq/Makefile @@ -13,8 +13,7 @@ LICENSE= LGPL3 LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq -USES= pathfix -USE_GMAKE= yes +USES= pathfix gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_czmq_have_asciidoc=no CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 9c3076e3682b..4531209ca929 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: picoc -# Date created: 2010-09-03 -# Whom: Bapt -# +# Created by: Bapt # $FreeBSD$ -# PORTNAME= picoc PORTVERSION= 2.1 @@ -15,8 +11,8 @@ COMMENT= Very small C interpreter for scripting LICENSE= BSD +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes PLIST_FILES= bin/picoc diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 38c40d1cb66a..95cbb040a3c2 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -12,9 +12,8 @@ LICENSE= GPLv2 LIB_DEPENDS= c-client4:${PORTSDIR}/mail/cclient -USE_GMAKE= yes USE_PERL5_BUILD=yes -USES= iconv shebangfix +USES= iconv shebangfix gmake LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= utils/ucsnews.pl \ diff --git a/multimedia/mkclean/Makefile b/multimedia/mkclean/Makefile index aadfb918718e..053c049efbc5 100644 --- a/multimedia/mkclean/Makefile +++ b/multimedia/mkclean/Makefile @@ -13,8 +13,7 @@ LICENSE= BSD USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv diff --git a/multimedia/mkvalidator/Makefile b/multimedia/mkvalidator/Makefile index d1271d255789..2b5fec858190 100644 --- a/multimedia/mkvalidator/Makefile +++ b/multimedia/mkvalidator/Makefile @@ -13,8 +13,7 @@ LICENSE= BSD USE_BZIP2= yes HAS_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv diff --git a/security/snoopy/Makefile b/security/snoopy/Makefile index 60c85e3d0331..7eba931e6e55 100644 --- a/security/snoopy/Makefile +++ b/security/snoopy/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= lib/snoopy.so bin/detect PORTDOCS= README +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes .include diff --git a/textproc/jshon/Makefile b/textproc/jshon/Makefile index e6c15b4b5cd7..f2a839577240 100644 --- a/textproc/jshon/Makefile +++ b/textproc/jshon/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LIB_DEPENDS= jansson:${PORTSDIR}/devel/jansson -USE_GMAKE= yes +USES= gmake USE_GITHUB= yes GH_ACCOUNT= keenerd GH_COMMIT= b21bc98 diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 33da6e55a371..9c939b0bfe94 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -29,9 +29,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ USE_PERL5_RUN= yes USE_XORG= x11 xcb xcursor -USES= pkgconfig iconv +USES= pkgconfig iconv gmake USE_BZIP2= yes -USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile index 713ce6d4b72c..a474f098f6b0 100644 --- a/x11/i3status/Makefile +++ b/x11/i3status/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/i3status \ etc/i3status.conf.sample