diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-07-29 12:34:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-07-29 12:34:38 +0800 |
commit | b742d03f1e2bb3e562970021587e23c78a532640 (patch) | |
tree | 10a283a1ff402f5f5fa6d5cc039f840e6d22d3f5 /textproc/xt/Makefile | |
parent | 1552cfff6ff1a8f30cbaf5c6a1773dde1dfe5408 (diff) | |
download | freebsd-ports-gnome-b742d03f1e2bb3e562970021587e23c78a532640.tar.gz freebsd-ports-gnome-b742d03f1e2bb3e562970021587e23c78a532640.tar.zst freebsd-ports-gnome-b742d03f1e2bb3e562970021587e23c78a532640.zip |
Fit to new bsd.java.mk.
Submitted by: KUNISHIMA Takeo <kunishi@acm.org>
PR: ports/40999
Diffstat (limited to 'textproc/xt/Makefile')
-rw-r--r-- | textproc/xt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index d5d972ca9e86..702dca42cd64 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -7,19 +7,18 @@ PORTNAME= xt PORTVERSION= 19991105 +PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= ftp://ftp.jclark.com/pub/xml/ DISTNAME= ${PORTNAME} MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk11 - +USE_JAVA= 1.1+ USE_ZIP= YES +NO_BUILD_DEPENDS_JAVA= YES NO_WRKSUBDIR= YES -PLIST_SUB= JAVASUBDIR=${JAVASUBDIR} -JAVASUBDIR= jdk1.1.8 DIR= ${PREFIX}/share/java do-build: |