diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-21 17:22:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-21 17:22:35 +0000 |
commit | 91a248ce76119c157289ff09b943c4b8bbdcd6db (patch) | |
tree | 76c41a06c167975dbefb1bb7d8a7e8dbe5174f0d /java/tya/Makefile | |
parent | 0db2bc87dbf7f7bdfc8ded2743f3bfd02fc69908 (diff) | |
download | FreeBSD-ports-91a248ce76119c157289ff09b943c4b8bbdcd6db.zip FreeBSD-ports-91a248ce76119c157289ff09b943c4b8bbdcd6db.tar.gz |
Update port to 1.7.2 and fix it on 4-CURRENT and 5-STABLE (missed uint_t type).
Diffstat (limited to 'java/tya/Makefile')
-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 fe94c4c..c31d4ce 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -6,17 +6,17 @@ # PORTNAME= tya -PORTVERSION= 1.7 +PORTVERSION= 1.7.2 CATEGORIES= java MASTER_SITES= http://sax.sax.de/~adlibit/ -DISTNAME= tya17 +DISTNAME= tya17v2 EXTRACT_SUFX= .tgz MAINTAINER= jburkhol@home.com BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk -WRKSRC= ${WRKDIR}/tya1.7 +WRKSRC= ${WRKDIR}/${DISTNAME:S/a1/a1./} ONLY_FOR_ARCHS= i386 |