svn commit: r343290 - in head/emulators: kqemu-kmod kqemu-kmod-devel

Juergen Lock nox at FreeBSD.org
Fri Feb 7 19:41:19 UTC 2014


Author: nox
Date: Fri Feb  7 19:41:18 2014
New Revision: 343290
URL: http://svnweb.freebsd.org/changeset/ports/343290
QAT: https://qat.redports.org/buildarchive/r343290/

Log:
  Switch to USES= gmake uidfix, fixing make package as user.

Modified:
  head/emulators/kqemu-kmod-devel/Makefile
  head/emulators/kqemu-kmod/Makefile

Modified: head/emulators/kqemu-kmod-devel/Makefile
==============================================================================
--- head/emulators/kqemu-kmod-devel/Makefile	Fri Feb  7 19:12:49 2014	(r343289)
+++ head/emulators/kqemu-kmod-devel/Makefile	Fri Feb  7 19:41:18 2014	(r343290)
@@ -21,14 +21,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=	i386 amd64
 HAS_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GCC=	any
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --cc=${CC}
 CONFLICTS=	kqemu-kmod-[0-9]*
 
 USE_RC_SUBR=	kqemu
 
-USES=		kmod
+USES=		kmod gmake uidfix
 
 .include <bsd.port.pre.mk>
 

Modified: head/emulators/kqemu-kmod/Makefile
==============================================================================
--- head/emulators/kqemu-kmod/Makefile	Fri Feb  7 19:12:49 2014	(r343289)
+++ head/emulators/kqemu-kmod/Makefile	Fri Feb  7 19:41:18 2014	(r343290)
@@ -21,14 +21,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=	i386 amd64
 HAS_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GCC=	any
 CONFIGURE_ARGS+=	--prefix=${PREFIX} --cc=${CC}
 CONFLICTS=	kqemu-kmod-devel-[0-9]*
 
 USE_RC_SUBR=	kqemu
 
-USES=		kmod
+USES=		kmod gmake uidfix
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list