diff options
author | knu <knu@FreeBSD.org> | 2002-07-08 00:42:49 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-08 00:42:49 +0800 |
commit | 7cd16e501ac2abc79cab71e8f0c03d97b234f203 (patch) | |
tree | e214d9932c0edcbd44913bbc939ec9a329d5f1a3 /games | |
parent | bd2d6bce52801f7dc767cfb4580fc393ca6165f4 (diff) | |
download | freebsd-ports-gnome-7cd16e501ac2abc79cab71e8f0c03d97b234f203.tar.gz freebsd-ports-gnome-7cd16e501ac2abc79cab71e8f0c03d97b234f203.tar.zst freebsd-ports-gnome-7cd16e501ac2abc79cab71e8f0c03d97b234f203.zip |
Define NO_LATEST_LINK.
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}" |