diff options
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 129bb8536ef3..f17fe346bc7d 100644 --- a/textproc/xml4j/Makefile +++ b/textproc/xml4j/Makefile @@ -8,14 +8,14 @@ DISTNAME= xml4J_3_0_0EA3 PKGNAME= xml4j-3.0.0e3 -WRKSRC= ${WRKDIR}/XML4J_3_0_0EA3 CATEGORIES= textproc MASTER_SITES= http://www.alphaworks.ibm.com/tech/xml4j/ MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc +RUN_DEPENDS= ${LOCALBASE}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc +WRKSRC= ${WRKDIR}/XML4J_3_0_0EA3 RESTRICTED= "License prohibites distribute." NO_BUILD= YES |