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 /textproc/xml4j | |
parent | 259ea2f1c1cfcdaa10611ee477b84760c51ff43d (diff) | |
download | ports-a11203bbe495c953c5f3113c502fdd47bd1a8f55.tar.gz ports-a11203bbe495c953c5f3113c502fdd47bd1a8f55.zip |
Notes
Diffstat (limited to 'textproc/xml4j')
-rw-r--r-- | textproc/xml4j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml4j/Makefile b/textproc/xml4j/Makefile index 02c47dc17b64..d27e8c47e3c3 100644 --- a/textproc/xml4j/Makefile +++ b/textproc/xml4j/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1999 # Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1999/06/23 15:02:33 kuriyama Exp $ +# $Id: Makefile,v 1.5 1999/06/27 04:53:55 kuriyama Exp $ # DISTNAME= xml4j_2_0_11 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.alphaworks.ibm.com/tech/xml4j/ MAINTAINER= kuriyama@FreeBSD.ORG -RUN_DEPENDS= ${PREFIX}/${JFCSUBDIR}/swing.jar:${PORTSDIR}/lang/jfc +RUN_DEPENDS= ${PREFIX}/${JFCSUBDIR}/swing.jar:${PORTSDIR}/java/jfc RESTRICTED= "License prohibites distribute." NO_BUILD= YES |