diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-05 12:39:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-05 12:39:26 +0000 |
commit | 231427f634d6d203d8b65a9b306cf099b4822352 (patch) | |
tree | 010072b67691097657ac345bf8889f1083a63b24 /emulators | |
parent | 78e0f8b14baee5b55a0605523dad6e01ed182a85 (diff) | |
download | ports-231427f634d6d203d8b65a9b306cf099b4822352.tar.gz ports-231427f634d6d203d8b65a9b306cf099b4822352.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 2cddfaa37fb4..453745b883dc 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USE_GNOME= gnometarget USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-docbook |