diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-30 22:03:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-30 22:03:04 +0000 |
commit | ba7904635606cb762b55e1e7b2b4d7981b91bab4 (patch) | |
tree | 949933070c6048248e47f83371a5365431d1ad37 /emulators/bochs | |
parent | 25d50be2b92ec090bc6f81d536d15ddc3f710c66 (diff) |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1126d1c2c652..2a39819e288e 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -8,6 +8,7 @@ PORTNAME= bochs PORTVERSION= 2.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -33,7 +34,7 @@ CONFIGURE_ARGS= --disable-split-hd \ CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer MANCOMPRESSED= yes -MAN1= bochs.1 bxcommit.1 bximage.1 +MAN1= bochs.1 bochs-dlx.1 bxcommit.1 bximage.1 MAN5= bochsrc.5 .include <bsd.port.pre.mk> |