diff options
author | ben <ben@pkgsrc.org> | 2006-10-10 14:51:44 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-10-10 14:51:44 +0000 |
commit | 6e7838ab0d14c8dbd31faea52f098aabec083218 (patch) | |
tree | 30b752b80390b6ee68a3a5779c80401d69867972 /games/nethack-lib | |
parent | d80217d5cab2468cc6c18a535a1c7e1b481e5688 (diff) | |
download | pkgsrc-6e7838ab0d14c8dbd31faea52f098aabec083218.tar.gz |
You feel like someone is helping you.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common index c0ce075b4af..f128af521e4 100644 --- a/games/nethack-lib/Makefile.common +++ b/games/nethack-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2006/10/09 02:06:58 ben Exp $ +# $NetBSD: Makefile.common,v 1.21 2006/10/10 14:51:44 ben Exp $ # NETHACK_BASEVER= 3.4.3 @@ -28,6 +28,7 @@ SUBST_STAGE.ttylib= post-patch SUBST_FILES.ttylib= sys/unix/Makefile.src SUBST_SED.ttylib= -e 's,^WINTTYLIB = -ltermlib,WINTTYLIB = -lncurses,' .endif +.include "../../mk/curses.buildlink3.mk" .if ${OPSYS} == "Linux" NETHACK_OS= SYSV |