summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2001-11-21 14:44:12 +0000
committerErnst de Haan <znerd@FreeBSD.org>2001-11-21 14:44:12 +0000
commit7037999cb6834075b122a51233d54208482fac44 (patch)
tree21e49725a1370884293592fc529569c4d854a5a3
parentUpdated my mail address from ernst@jollem.com to znerd@FreeBSD.org. Made the (diff)
Made the JDK both a RUN_DEPENDS *and* a BUILD_DEPENDS now.
Approved by: sobomax
Notes
Notes: svn path=/head/; revision=50333
-rw-r--r--www/orion-devel/Makefile1
-rw-r--r--www/orion/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/www/orion-devel/Makefile b/www/orion-devel/Makefile
index 0e76b78c0799..cf3cf664d7d7 100644
--- a/www/orion-devel/Makefile
+++ b/www/orion-devel/Makefile
@@ -18,6 +18,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= znerd@FreeBSD.org
BUILD_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13
+RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13
USE_ZIP= YES
NO_BUILD= YES
diff --git a/www/orion/Makefile b/www/orion/Makefile
index 0e76b78c0799..cf3cf664d7d7 100644
--- a/www/orion/Makefile
+++ b/www/orion/Makefile
@@ -18,6 +18,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= znerd@FreeBSD.org
BUILD_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13
+RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13
USE_ZIP= YES
NO_BUILD= YES