diff options
-rw-r--r-- | games/nethack-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 59e49e5e1bd..4e03022e925 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/06/26 18:52:09 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/06/26 19:10:37 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -11,6 +11,7 @@ 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 INSTALL_TARGET= binfiles |