diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 18:34:12 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-28 18:34:12 +0000 |
commit | b9b94ff2c5ae8bb636e0e018d303487e7de73869 (patch) | |
tree | 4f11c3c0eedd2eaf6eb944a817fea9af50720b02 /java/tya | |
parent | 65850f01ae0c57df3b81dc9411e594dac394b04a (diff) | |
download | ports-b9b94ff2c5ae8bb636e0e018d303487e7de73869.tar.gz ports-b9b94ff2c5ae8bb636e0e018d303487e7de73869.zip |
new ports/{java,irc,x11-servers}, dependency sweep #1
Notes
Notes:
svn path=/head/; revision=19876
Diffstat (limited to 'java/tya')
-rw-r--r-- | java/tya/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile index 792ab6a24189..499588e36daa 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1999 # Whom: jake@checker.org # -# $Id: Makefile,v 1.1.1.1 1999/06/10 08:10:14 steve Exp $ +# $Id: Makefile,v 1.2 1999/06/28 02:22:39 billf Exp $ # DISTNAME= tya13v2 @@ -14,9 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= jake@checker.org -BUILD_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/lang/jdk:install +BUILD_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk -WRKSRC= ${WRKDIR}/tya1.3v2 +WRKSRC= ${WRKDIR}/${PKGNAME} ONLY_FOR_ARCHS= i386 |