diff options
author | John Marino <marino@FreeBSD.org> | 2014-01-26 20:19:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-01-26 20:19:18 +0000 |
commit | d54ebf4e716b74b6333d0d55ebc86c4163e3201f (patch) | |
tree | 2dd5c31dea96057207064c7c747937622585a906 | |
parent | 4360743d817faecec567e5e4394ceb1d131ccc11 (diff) | |
download | ports-d54ebf4e716b74b6333d0d55ebc86c4163e3201f.tar.gz ports-d54ebf4e716b74b6333d0d55ebc86c4163e3201f.zip |
Notes
-rw-r--r-- | emulators/qemu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 31c65f667a70..babc581c6ac4 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -94,7 +94,6 @@ CONFIGURE_ARGS+= --disable-kqemu BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html .else MAKE_ARGS+= NOPORTDOCS=1 -.else .endif .if !defined(STRIP) || ${STRIP} == "" |