summaryrefslogtreecommitdiff
path: root/games/nethack-x11
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-23 10:10:51 +0000
committerjlam <jlam>2002-09-23 10:10:51 +0000
commit70c9796653b7da95d0ddb99a2d83425351e178ae (patch)
treee66cf98439dd9b2078860db95623fdb28725aabd /games/nethack-x11
parentc1550e473fec1d0fadc61f85405b89f3542fbc6e (diff)
downloadpkgsrc-70c9796653b7da95d0ddb99a2d83425351e178ae.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'games/nethack-x11')
-rw-r--r--games/nethack-x11/Makefile8
-rw-r--r--games/nethack-x11/distinfo4
-rw-r--r--games/nethack-x11/patches/patch-ah4
3 files changed, 8 insertions, 8 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile
index e9bc9792407..de346eca51b 100644
--- a/games/nethack-x11/Makefile
+++ b/games/nethack-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/03/25 20:32:29 pooka Exp $
+# $NetBSD: Makefile,v 1.19 2002/09/23 10:10:51 jlam Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -10,7 +10,8 @@ CATEGORIES+= x11
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
ALL_TARGET= x11tiles nethack
INSTALL_TARGET= binfiles
@@ -22,6 +23,5 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/dat/x11tiles \
${PREFIX}/share/nethackdir${NETHACK_DISTVER}
-.include "../../graphics/xpm/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/nethack-x11/distinfo b/games/nethack-x11/distinfo
index ccd96caa656..315bbc6ef82 100644
--- a/games/nethack-x11/distinfo
+++ b/games/nethack-x11/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/03/25 20:32:29 pooka Exp $
+$NetBSD: distinfo,v 1.7 2002/09/23 10:10:51 jlam Exp $
SHA1 (nethack-340.tgz) = db480f5bf94372a8f87ee4d081f83efd99b31523
Size (nethack-340.tgz) = 3270905 bytes
@@ -8,4 +8,4 @@ SHA1 (patch-ac) = 3a88954c950854350938fbec1fef195baaacb2cf
SHA1 (patch-ae) = b6d0cca1e3d781a2a1f1d4b244e944eaedfec716
SHA1 (patch-af) = 20c37fd62b05121d834d3c42cf3aa48b018b362d
SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674
-SHA1 (patch-ah) = dc195cd1fa7dbae59904847c357b9a6c7796d7fa
+SHA1 (patch-ah) = 9cb29ef166fefa5672cad337e00fc960b46140eb
diff --git a/games/nethack-x11/patches/patch-ah b/games/nethack-x11/patches/patch-ah
index 725e184c6ed..81810e9aec1 100644
--- a/games/nethack-x11/patches/patch-ah
+++ b/games/nethack-x11/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.1 2002/03/22 17:26:29 pooka Exp $
+$NetBSD: patch-ah,v 1.2 2002/09/23 10:10:52 jlam Exp $
--- sys/unix/Makefile.src.orig Sat Aug 5 13:52:57 2000
+++ sys/unix/Makefile.src Thu Aug 10 19:28:31 2000
@@ -8,7 +8,7 @@ $NetBSD: patch-ah,v 1.1 2002/03/22 17:26:29 pooka Exp $
-CFLAGS = -O -I../include
-LFLAGS =
-+CFLAGS += -I../include -I${BUILDLINK_X11_DIR}/include
++CFLAGS += -I../include -I${X11BASE}/include
+LFLAGS = ${LDFLAGS}
# The Qt and Be window systems are written in C++, while the rest of