diff options
author | hq <hq@FreeBSD.org> | 2006-05-24 07:02:11 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-05-24 07:02:11 +0800 |
commit | 8552a8c30406ade3bc464e56697a4064e0db5936 (patch) | |
tree | 0a893e285a4b11dff5ec89cf5201457614590c1c | |
parent | 98c15a568813ff925a8b1d41884250df538e8ac9 (diff) | |
download | freebsd-ports-gnome-8552a8c30406ade3bc464e56697a4064e0db5936.tar.gz freebsd-ports-gnome-8552a8c30406ade3bc464e56697a4064e0db5936.tar.zst freebsd-ports-gnome-8552a8c30406ade3bc464e56697a4064e0db5936.zip |
- Update to bsd.java.mk 2.0
- Fix RUN_DEPENDS
-rw-r--r-- | graphics/opendx-samples/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/opendx-samples/Makefile b/graphics/opendx-samples/Makefile index b26274d31613..278d89a85ce1 100644 --- a/graphics/opendx-samples/Makefile +++ b/graphics/opendx-samples/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Example files for IBM's OpenDX BUILD_DEPENDS= dx:${PORTSDIR}/graphics/opendx -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= dx:${PORTSDIR}/graphics/opendx BROKEN= Changes permissions on installed file usr/local/dx/java/server/nets @@ -26,7 +26,8 @@ CONFIGURE_ENV= SHELL=/bin/sh USE_GMAKE= yes .if !defined(WITHOUT_JAVA) -USE_JAVA= 1.3+ +USE_JAVA= yes +JAVA_VERSION= 1.3+ PLIST_SUB+= JAVA="" .else CONFIGURE_ARGS+= --without-javadx |