diff options
author | billf <billf@FreeBSD.org> | 1999-06-28 19:29:20 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-28 19:29:20 +0000 |
commit | 2a52b873cc624cef9ae9e53c635d726bd5de7e1b (patch) | |
tree | 290d4d40b23557cdecbfcb62490016102c8e9081 /textproc/xt | |
parent | 9679df59714c383ef6a4959590b4a48851e1e026 (diff) | |
download | FreeBSD-ports-2a52b873cc624cef9ae9e53c635d726bd5de7e1b.zip FreeBSD-ports-2a52b873cc624cef9ae9e53c635d726bd5de7e1b.tar.gz |
new ports/{java,irc,x11-server}, dependency sweep #2
Diffstat (limited to 'textproc/xt')
-rw-r--r-- | textproc/xt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index 9b07808..d5e873e 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1999 # Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/24 15:23:11 kuriyama Exp $ # DISTNAME= xt @@ -15,7 +15,7 @@ EXTRACT_SUFX= .zip MAINTAINER= kuriyama@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/lang/jdk +RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -a -q -L |