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/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index 98eb3b45916..8f660affe47 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 15:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/06/26 19:11:04 jlam Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -12,7 +12,8 @@ CATEGORIES+= x11
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
USE_X11= YES
-USE_XPM= YES
+USE_BUILDLINK_ONLY= YES
+
ALL_TARGET= x11tiles nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-x11
@@ -23,4 +24,5 @@ ALLFILES= ${DISTFILES} # don't checksum shared patches
post-install:
@${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/nethackdir
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"