diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:42:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:42:50 +0000 |
commit | 36d62f1f46f3f8232c0647915319bbafb27ae43b (patch) | |
tree | 112111988bdbecb40e3c3f4357a9b9e44e9f74f4 /textproc/xp | |
parent | 4c2e4f186201b31c37dc6ace0bc178984cefa9fd (diff) | |
download | ports-36d62f1f46f3f8232c0647915319bbafb27ae43b.tar.gz ports-36d62f1f46f3f8232c0647915319bbafb27ae43b.zip |
Notes
Diffstat (limited to 'textproc/xp')
-rw-r--r-- | textproc/xp/Makefile | 1 | ||||
-rw-r--r-- | textproc/xp/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index 68014a592852..60067bf4aae4 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ DISTNAME= ${PORTNAME} MAINTAINER= mike@vee.net +COMMENT= An XML parser written in Java RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 diff --git a/textproc/xp/pkg-comment b/textproc/xp/pkg-comment deleted file mode 100644 index ce19352af498..000000000000 --- a/textproc/xp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An XML parser written in Java |