diff options
author | jlam <jlam> | 2002-09-20 21:24:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-20 21:24:48 +0000 |
commit | 952da45e9e4e67ecbf323111a0f72d3d6383b712 (patch) | |
tree | 0091be8650edfd5466e00c920a5938c876bf50ef /games/nethack-qt | |
parent | dea95507b7737ecbf703425a86e76b0dc936cbd7 (diff) | |
download | pkgsrc-952da45e9e4e67ecbf323111a0f72d3d6383b712.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 11 | ||||
-rw-r--r-- | games/nethack-qt/distinfo | 4 | ||||
-rw-r--r-- | games/nethack-qt/patches/patch-ah | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 19adfb6d266..0a857accb42 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/03/25 20:32:26 pooka Exp $ +# $NetBSD: Makefile,v 1.34 2002/09/20 21:24:48 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -10,7 +10,8 @@ COMMENT= The QT-Enhanced X11 version of NetHack DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= # defined +USE_X11= # defined ALL_TARGET= x11tiles nethack INSTALL_TARGET= binfiles @@ -23,7 +24,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm \ ${PREFIX}/share/nethackdir${NETHACK_DISTVER} -.include "../../graphics/xpm/buildlink.mk" -.include "../../x11/qt2-libs/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/qt2-libs/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" diff --git a/games/nethack-qt/distinfo b/games/nethack-qt/distinfo index 091a7100638..b1a4a3d35c2 100644 --- a/games/nethack-qt/distinfo +++ b/games/nethack-qt/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/03/25 20:32:27 pooka Exp $ +$NetBSD: distinfo,v 1.8 2002/09/20 21:24:48 jlam Exp $ SHA1 (nethack-340.tgz) = db480f5bf94372a8f87ee4d081f83efd99b31523 Size (nethack-340.tgz) = 3270905 bytes @@ -8,5 +8,5 @@ SHA1 (patch-ac) = 3a88954c950854350938fbec1fef195baaacb2cf SHA1 (patch-ae) = b6d0cca1e3d781a2a1f1d4b244e944eaedfec716 SHA1 (patch-af) = 20c37fd62b05121d834d3c42cf3aa48b018b362d SHA1 (patch-ag) = 6aeae6bde079b9c9081f6e32523687010c9bc674 -SHA1 (patch-ah) = f3fb0576ad1bffa88fa1fdb6c1c134536a522e19 +SHA1 (patch-ah) = f9d4a9d7e4e536a1c221a4b12b0d204f63410543 SHA1 (patch-ai) = 580a75c7ebc55b099a702ad21ce12d960f2805ff diff --git a/games/nethack-qt/patches/patch-ah b/games/nethack-qt/patches/patch-ah index 6eb78b8e61c..28e8f99bb28 100644 --- a/games/nethack-qt/patches/patch-ah +++ b/games/nethack-qt/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.1 2002/03/22 17:26:27 pooka Exp $ +$NetBSD: patch-ah,v 1.2 2002/09/20 21:24:49 jlam Exp $ --- sys/unix/Makefile.src.orig Sat Aug 5 13:52:57 2000 +++ sys/unix/Makefile.src Thu Aug 10 20:03:19 2000 @@ -8,7 +8,7 @@ $NetBSD: patch-ah,v 1.1 2002/03/22 17:26:27 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 |