diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-29 16:39:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-29 16:39:04 +0000 |
commit | 76529f93db231fff28ec62200368579db0b6ecc4 (patch) | |
tree | 203613b11fab0d1a19a1d3ef6f85591d5d5a40be | |
parent | dcf1d7f5a490718d157e28bc012a9f4adcd98e5f (diff) | |
download | pkgsrc-76529f93db231fff28ec62200368579db0b6ecc4.tar.gz |
Remove trailing slashes in DEPENDS lines.
-rw-r--r-- | www/phoenix-bin-java/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/phoenix-bin-java/Makefile b/www/phoenix-bin-java/Makefile index 7635d4e2e75..f154a2f5245 100644 --- a/www/phoenix-bin-java/Makefile +++ b/www/phoenix-bin-java/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:55:56 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/29 16:39:04 wiz Exp $ DISTNAME= phoenix-bin-java-1.0 PKGREVISION= 1 @@ -10,8 +10,8 @@ DISTFILES= # empty MAINTAINER= kei@NetBSD.org COMMENT= Java Run Time Environment (JRE) 1.3 plugin for phoenix-bin -DEPENDS+= sun-jre13-[0-9]*:../../lang/sun-jre13/ -DEPENDS+= phoenix-bin>=0.6:../../www/phoenix-bin/ +DEPENDS+= sun-jre13-[0-9]*:../../lang/sun-jre13 +DEPENDS+= phoenix-bin>=0.6:../../www/phoenix-bin ONLY_FOR_PLATFORM= NetBSD-1.[6-9]*-i386 |