summaryrefslogtreecommitdiff
path: root/games/nethack-qt
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 22:52:03 +0000
committersnj <snj>2004-04-11 22:52:03 +0000
commitda57be1608f185cdb3c5be5e41edab6ec8739d1f (patch)
treeaea4dfc749b9814465d8809fe991aad70ced672b /games/nethack-qt
parent83296d5b32421b7d145da8d31939efab61d12fa4 (diff)
downloadpkgsrc-da57be1608f185cdb3c5be5e41edab6ec8739d1f.tar.gz
Convert to buildlink3.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r--games/nethack-qt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 1030df59292..a77ec16d4ef 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2003/06/06 12:10:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2004/04/11 22:57:11 snj Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -10,7 +10,7 @@ COMMENT= The QT-Enhanced X11 version of NetHack
DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
ALL_TARGET= x11tiles nethack
@@ -24,7 +24,7 @@ post-install:
@${CP} -f ${WRKSRC}/dat/x11tiles ${WRKSRC}/dat/tiles.xpm
@${INSTALL_DATA} ${WRKSRC}/dat/tiles.xpm ${PREFIX}/share/${NETHACK_DIR}
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"