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/linux-j | |
parent | 5d73417db4efc2f662a4a1403544df68f7a88247 (diff) | |
download | ports-e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458.tar.gz ports-e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458.zip |
Notes
Diffstat (limited to 'lang/linux-j')
-rw-r--r-- | lang/linux-j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/linux-j/Makefile b/lang/linux-j/Makefile index 79f93c81163e..91841a37b9e9 100644 --- a/lang/linux-j/Makefile +++ b/lang/linux-j/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= js@jeannot.org COMMENT= A general purpose programming language -USE_LINUX= yes +USE_LINUX?= yes USE_JAVA= 1.3+ ONLY_FOR_ARCHS= i386 |