summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-10-13 19:08:30 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-10-13 19:08:30 +0000
commitf0a083fe0566bda799ec7a3a86618ddd2e8fa3ff (patch)
tree99a9d9927d587baea5d1b5212be56edd16d5b08e /emulators/qemu-devel/Makefile
parent- Update to 1.1.3. (diff)
Update to 0.15.1 - Changelog:
http://wiki.qemu.org/ChangeLog/0.15
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 41aabe13e02e..5e1fd643e7bb 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qemu
-PORTVERSION= 0.15.0
-PORTREVISION= 1
+PORTVERSION= 0.15.1
CATEGORIES= emulators
MASTER_SITES= SAVANNAH:release \
http://wiki.qemu.org/download/:release \
@@ -85,7 +84,8 @@ CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//}
CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enable-docs \
--disable-linux-user --disable-linux-aio \
--disable-darwin-user --disable-kvm --disable-xen \
- --extra-cflags=-DSMBD_COMMAND=\\\"${LOCALBASE}/sbin/smbd\\\"\ -I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"${PREFIX}\\\"
+ --smbd=${LOCALBASE}/sbin/smbd \
+ --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"${PREFIX}\\\"
.if defined(WITHOUT_SDL)
CONFIGURE_ARGS+= --disable-sdl