diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 20:44:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 20:44:36 +0000 |
commit | db8bcc3a5332409af66ee48fc58bde4d57d54daa (patch) | |
tree | 77954a3712ed390ae55e97773f8d77361992d796 /games/nethack | |
parent | Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap. (diff) |
Define NO_LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=49695
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 0d8a926bc9ab..3b2c41c468c0 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -19,6 +19,8 @@ PATCHFILES= nh-3.2.2-3.2.3.diff MAINTAINER= ports@FreeBSD.org +NO_LATEST_LINK= yes + USE_XPM= yes USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 |