diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-23 10:10:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-23 10:10:51 +0000 |
commit | 1ad2c194a152fc4acc9832ec133599e9d307027c (patch) | |
tree | e66cf98439dd9b2078860db95623fdb28725aabd /games/nethack-x11/Makefile | |
parent | 3a388dfc3202613b05c2d4ce5d876c58ac7dce7c (diff) | |
download | pkgsrc-1ad2c194a152fc4acc9832ec133599e9d307027c.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'games/nethack-x11/Makefile')
-rw-r--r-- | games/nethack-x11/Makefile | 8 |
1 files changed, 4 insertions, 4 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" |