diff options
Diffstat (limited to 'games/tads')
-rw-r--r-- | games/tads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index ad3c7469867..f670f7a5a7a 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:15:41 agc Exp $ # DISTNAME= tads23-unix PKGNAME= tads-3.0.5 -WRKSRC= ${WRKDIR}/tads CATEGORIES= games MASTER_SITES= http://www.ifarchive.org/if-archive/programming/tads2/source/ @@ -14,6 +13,7 @@ COMMENT= TADS compiler and interpreter # for other OSs, enable appropriate Makefile sections ONLY_FOR_PLATFORM= NetBSD-*-* +WRKSRC= ${WRKDIR}/tads USE_BUILDLINK2= yes NO_CONFIGURE= yes BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 |