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 /misc/linux-edonkey-tool-list | |
parent | 5d73417db4efc2f662a4a1403544df68f7a88247 (diff) |
Respect the user's USE_LINUX setting.
Notes
Notes:
svn path=/head/; revision=130124
Diffstat (limited to 'misc/linux-edonkey-tool-list')
-rw-r--r-- | misc/linux-edonkey-tool-list/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/linux-edonkey-tool-list/Makefile b/misc/linux-edonkey-tool-list/Makefile index 8f208f683aa7..cb4e0b0e672c 100644 --- a/misc/linux-edonkey-tool-list/Makefile +++ b/misc/linux-edonkey-tool-list/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Creates a web page with ed2k:// links to all your shared files ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/edonkey-tool-list |