diff options
author | nork <nork@FreeBSD.org> | 2005-10-23 20:24:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-10-23 20:24:24 +0800 |
commit | 0c5dfc0cc110e00c712482903f43d15fc3ce6d3e (patch) | |
tree | cad5979f52853602d152b302f04adcacee3b98b8 /devel/astah-community | |
parent | 09b3927af873c79d12961c78fb1680e8f6e1f581 (diff) | |
download | freebsd-ports-gnome-0c5dfc0cc110e00c712482903f43d15fc3ce6d3e.tar.gz freebsd-ports-gnome-0c5dfc0cc110e00c712482903f43d15fc3ce6d3e.tar.zst freebsd-ports-gnome-0c5dfc0cc110e00c712482903f43d15fc3ce6d3e.zip |
New style bsd.java.mk.
Pointed out by: hq
Approved by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
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 |