diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 19:29:20 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 19:29:20 +0000 |
commit | a11203bbe495c953c5f3113c502fdd47bd1a8f55 (patch) | |
tree | 84c49386ff2d164ebda10f647da9d5ecfd6df643 /www/mapedit | |
parent | 259ea2f1c1cfcdaa10611ee477b84760c51ff43d (diff) | |
download | ports-a11203bbe495c953c5f3113c502fdd47bd1a8f55.tar.gz ports-a11203bbe495c953c5f3113c502fdd47bd1a8f55.zip |
Notes
Diffstat (limited to 'www/mapedit')
-rw-r--r-- | www/mapedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index eb180639dbbf..00fb464010be 100644 --- a/www/mapedit/Makefile +++ b/www/mapedit/Makefile @@ -3,7 +3,7 @@ # Date created: Fr 4 Apr 1997 17:45:31 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.8 1997/10/08 07:51:35 asami Exp $ +# $Id: Makefile,v 1.9 1998/03/17 19:55:07 andreas Exp $ # DISTNAME= mapedit2.3 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/ MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= ${PREFIX}/java/bin/java:${PORTSDIR}/lang/jdk +RUN_DEPENDS= ${PREFIX}/java/bin/java:${PORTSDIR}/java/jdk NO_BUILD= yes |