summaryrefslogtreecommitdiff
path: root/games/nethack-x11
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-x11')
-rw-r--r--games/nethack-x11/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index 68b834ef512..8788f5ba912 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/12/15 20:32:55 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2006/12/27 13:37:36 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -28,5 +28,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/win/X11/nethack.rc \
${PREFIX}/share/${NETHACK_DIR}/nethack.x11.rc
+.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"