diff options
author | ben <ben> | 2006-10-10 14:51:44 +0000 |
---|---|---|
committer | ben <ben> | 2006-10-10 14:51:44 +0000 |
commit | a1a21bf163eb10660d161456621ae17d1d7195da (patch) | |
tree | 30b752b80390b6ee68a3a5779c80401d69867972 /games | |
parent | 2c3c281014c001e39e3ecafc308e3313c1662900 (diff) | |
download | pkgsrc-a1a21bf163eb10660d161456621ae17d1d7195da.tar.gz |
You feel like someone is helping you.
Diffstat (limited to 'games')
-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 |