diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 (patch) | |
tree | 7936caa341865bdd86dc776b23c0391475d35f91 /emulators/winetools/Makefile | |
parent | Ugrade to 1.3.5. (diff) |
Respect the user's USE_LINUX setting.
Diffstat (limited to '')
-rw-r--r-- | emulators/winetools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile index 3faeddf5ccda..bfd4c6e430d5 100644 --- a/emulators/winetools/Makefile +++ b/emulators/winetools/Makefile @@ -23,7 +23,6 @@ NO_WRKSUBDIR= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/winetools -USE_LINUX= yes BRANDELF?= /usr/bin/brandelf STRIP= |