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 /lang/compaq-cc | |
parent | 5d73417db4efc2f662a4a1403544df68f7a88247 (diff) |
Notes
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r-- | lang/compaq-cc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index 7244ded425d5..e767565034b4 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -42,7 +42,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes NO_MTREE= yes -USE_LINUX= yes +USE_LINUX?= yes .include <bsd.port.pre.mk> |