aboutsummaryrefslogtreecommitdiff
path: root/emulators/kqemu-kmod-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2010-07-27 16:43:37 +0000
committerJuergen Lock <nox@FreeBSD.org>2010-07-27 16:43:37 +0000
commit68b5a8f71042f04a374fb39dd15799799d675e86 (patch)
treee09284691472cb47e642f065685b2771ed640719 /emulators/kqemu-kmod-devel/Makefile
parent49a746ede788f5fcf95cd62f98fd891625d15840 (diff)
downloadports-68b5a8f71042f04a374fb39dd15799799d675e86.tar.gz
ports-68b5a8f71042f04a374fb39dd15799799d675e86.zip
(Attempt to) fix build on head.
Submitted by: portsmon
Notes
Notes: svn path=/head/; revision=258340
Diffstat (limited to 'emulators/kqemu-kmod-devel/Makefile')
-rw-r--r--emulators/kqemu-kmod-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile
index 3eb03947eb41..08bd85ce98de 100644
--- a/emulators/kqemu-kmod-devel/Makefile
+++ b/emulators/kqemu-kmod-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kqemu
PORTVERSION= 1.4.0.p1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= emulators kld
MASTER_SITES= http://bellard.org/qemu/ \
http://qemu.org/ \
@@ -88,6 +88,7 @@ post-patch:
.endif
do-build:
+ @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} beforedepend && ${LN} -s @/sys sys)
@(cd ${BUILD_WRKSRC}/common; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} ${ALL_TARGET})
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})