diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-10-21 03:07:43 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-10-21 03:07:43 +0000 |
commit | 3bbbbaadb4a6b0e81e5d7f7d68c78742d327c97c (patch) | |
tree | f431eb1f0b06138228086d774d1661ebf5e49833 /emulators | |
parent | 421763ddb45c6ed246e3e2ad80c1a8ef96232d6c (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/win4bsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile index 49f3f9c807f4..d99ebe8625ae 100644 --- a/emulators/win4bsd/Makefile +++ b/emulators/win4bsd/Makefile @@ -17,7 +17,8 @@ COMMENT= Win4BSD Virtual Machine for Windows under BSD CONFLICTS= Win4BSD-[0-9]* -IA32_BINARY_PORT= yes +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= installs an i386 binary which requires dependecies USE_BZIP2= yes USE_GNOME= gtk12 NO_BUILD= yes |