diff options
author | nox <nox@FreeBSD.org> | 2014-12-31 07:52:31 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-12-31 07:52:31 +0800 |
commit | 230e86c4efa25666e1ba041c79a495de67b14cc9 (patch) | |
tree | 03da59c7f6e06dac1634f58e563ab4c506016e48 /emulators | |
parent | 1e65eac9e92af5294248f10928d2d0cf5b1067d9 (diff) | |
download | freebsd-ports-gnome-230e86c4efa25666e1ba041c79a495de67b14cc9.tar.gz freebsd-ports-gnome-230e86c4efa25666e1ba041c79a495de67b14cc9.tar.zst freebsd-ports-gnome-230e86c4efa25666e1ba041c79a495de67b14cc9.zip |
Add MASTERDIR= ${.CURDIR}/../qemu-sbruno as comment for now.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-user-static/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index b097eb8c3934..72327639123a 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -11,6 +11,8 @@ DESCR= ${.CURDIR}/pkg-descr OPTIONS_SLAVE= STATIC_LINK BSD_USER X86_TARGETS OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 DOCS +# XXX soon, when it builds again on 8 and 9: +# MASTERDIR= ${.CURDIR}/../qemu-sbruno MASTERDIR= ${.CURDIR}/../qemu-devel post-install: |