summaryrefslogtreecommitdiff
path: root/games/nethack-qt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-qt/Makefile')
-rw-r--r--games/nethack-qt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 4e03022e925..768166779b0 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/06/26 19:10:37 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2001/08/29 22:41:12 jlam Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -10,7 +10,6 @@ COMMENT= The QT-Enhanced X11 version of NetHack
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
-USE_X11= YES
USE_BUILDLINK_ONLY= YES
ALL_TARGET= x11tiles nethack
@@ -26,4 +25,5 @@ post-install:
.include "../../graphics/xpm/buildlink.mk"
.include "../../x11/qt2-libs/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"