diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 03:23:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-16 03:23:10 +0000 |
commit | 49adc67aaabc8c16280c23b0ece70cce217d4ff8 (patch) | |
tree | dba7840a81e5ebd07a7d2070d83ba3195bbd24b1 /java/netrexx/Makefile | |
parent | 399c6ffddd1e9b45ef65329fad471053281b821c (diff) |
Notes
Diffstat (limited to 'java/netrexx/Makefile')
-rw-r--r-- | java/netrexx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile index 8a6496fcc8b9..a64edeea4f20 100644 --- a/java/netrexx/Makefile +++ b/java/netrexx/Makefile @@ -7,18 +7,18 @@ PORTNAME= NetRexx PORTVERSION= 2.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java lang MASTER_SITES= http://www2.hursley.ibm.com/netrexx/ DISTNAME= NetRexx -MAINTAINER= jmcoopr@webmail.bmi.net +MAINTAINER= coop9211@uidaho.edu -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 \ - ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc +RUN_DEPENDS= ${LOCALBASE}/bin/rexx:${PORTSDIR}/lang/rexx-imc NO_BUILD= yes USE_ZIP= yes +USE_JAVA= 1.1+ USE_REINPLACE= yes pre-patch: |