summaryrefslogtreecommitdiff
path: root/games/nethack-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-x11/Makefile')
-rw-r--r--games/nethack-x11/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index 8f660affe47..70c014114ae 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.12 2001/06/26 19:11:04 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/08/29 22:41:13 jlam Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-x11-${NETHACK_VERSION}
-
COMMENT= the X11 version of NetHack
CATEGORIES+= x11
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
-USE_X11= YES
USE_BUILDLINK_ONLY= YES
ALL_TARGET= x11tiles nethack
@@ -25,4 +23,5 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/nethackdir
.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"