diff options
Diffstat (limited to 'games/nethack3-tty/Makefile')
-rw-r--r-- | games/nethack3-tty/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index e7e75a0..94f3965 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nethack -# Version required: 3.2.0 +# Version required: 3.2.1 # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.5 1996/04/22 07:48:35 asami Exp $ +# $Id: Makefile,v 1.6 1996/06/14 07:59:34 asami Exp $ # -DISTNAME= nethack-3.2.0 +DISTNAME= nethack-3.2.1 CATEGORIES+= games MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ @@ -15,7 +15,6 @@ MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -NO_WRKSUBDIR= yes USE_GMAKE= yes SHELL= /bin/sh |