diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-07 16:42:49 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-07 16:42:49 +0000 |
commit | 4c50297f63d58b2c5165a5007753121dc80f9541 (patch) | |
tree | 5c45de0cb6be9e11018eb9b3f9e61a38afff0c45 /games | |
parent | 3ebe4bf137c34874e770706c30d2b5697571099b (diff) | |
download | ports-4c50297f63d58b2c5165a5007753121dc80f9541.tar.gz ports-4c50297f63d58b2c5165a5007753121dc80f9541.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack33/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 74c514073470..43a4fdffe468 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -17,6 +17,8 @@ MAINTAINER?= dscheidt@enteract.com WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_LATEST_LINK= yes + USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" GRAPHICS="${GRAPHICS}" |