aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-02-07 19:41:18 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-02-07 19:41:18 +0000
commit9806a29b6121a87d939a84249184be2d7fd90bbe (patch)
treef4a778e0a7d2876247f67c33151140aa8ca699e3
parentca988f626dc6df91776f83d04508776d08b42fec (diff)
downloadports-9806a29b6121a87d939a84249184be2d7fd90bbe.tar.gz
ports-9806a29b6121a87d939a84249184be2d7fd90bbe.zip
Notes
-rw-r--r--emulators/kqemu-kmod-devel/Makefile3
-rw-r--r--emulators/kqemu-kmod/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile
index 4fce3d5a0bc3..6a2e35281ded 100644
--- a/emulators/kqemu-kmod-devel/Makefile
+++ b/emulators/kqemu-kmod-devel/Makefile
@@ -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>
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile
index 2ca15932a114..fdba6911b98a 100644
--- a/emulators/kqemu-kmod/Makefile
+++ b/emulators/kqemu-kmod/Makefile
@@ -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>