diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2005-03-21 02:27:48 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2005-03-21 02:27:48 +0000 |
commit | 0eeb561272563cd026a11fe02698fb628718c25a (patch) | |
tree | 7b672375a45cbbd26a94b5312333c2308277658e /java/classpath/Makefile | |
parent | c8ef72094b549a1f426a2df7fc9ca293029cba4b (diff) |
Notes
Diffstat (limited to 'java/classpath/Makefile')
-rw-r--r-- | java/classpath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index c52e50309d75..5e7ea387a5b4 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -7,14 +7,13 @@ # PORTNAME= classpath -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A GNU project to create free core class libraries +COMMENT= A GNU project to create a free Java class library BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip |