diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-23 12:24:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-23 12:24:24 +0000 |
commit | 7b653e477037c99cd67a7663311ebf6d2334e649 (patch) | |
tree | c9dff27e4b110ae047d64e7b28e64b10e6b181a8 /devel/astah-community | |
parent | e850dfce78cca98ebbd14ad16c37f9937979edbc (diff) |
New style bsd.java.mk.
Pointed out by: hq
Approved by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=146183
Diffstat (limited to 'devel/astah-community')
-rw-r--r-- | devel/astah-community/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/astah-community/Makefile b/devel/astah-community/Makefile index 6c7226fec675..9a4b158de2db 100644 --- a/devel/astah-community/Makefile +++ b/devel/astah-community/Makefile @@ -16,7 +16,8 @@ MAINTAINER= mistral@imasy.or.jp COMMENT= A Java/UML Object-Oriented Design Tool USE_ZIP= yes -USE_JAVA= 1.4+ +USE_JAVA= yes +JAVA_VERSION= 1.4+ # It doesn't work well with linux-sun-jdk14 # I haven't tested with the jdks of blackdown or ibm JAVA_OS= native |