diff options
-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 cb32afd13473..dc0b9a459009 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.1.1.1 1999/05/21 15:35:53 kuriyama Exp $ +# $Id: Makefile,v 1.2 1999/05/24 12:16:07 kuriyama Exp $ # DISTNAME= xml4j_2_0_9 @@ -15,7 +15,7 @@ EXTRACT_SUFX= _tar.gz MAINTAINER= kuriyama@FreeBSD.ORG RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/lang/jdk \ - ${PREFIX}/${JFCSUBDIR}/swing.jar:${PORTSDIR}/devel/jfc + ${PREFIX}/${JFCSUBDIR}/swing.jar:${PORTSDIR}/lang/jfc RESTRICTED= "License prohibites distribute." NO_BUILD= YES |