diff options
author | snj <snj@pkgsrc.org> | 2004-04-15 21:29:16 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-15 21:29:16 +0000 |
commit | 671e2a3adb1dcac6695b2bc2dbff151e20361be2 (patch) | |
tree | 0325226b1b59645c45a0d265337270ce655cfc14 /games/nethack-x11 | |
parent | f0b7e2d5450148705c8a6f817e7d03dcbe624c7a (diff) | |
download | pkgsrc-671e2a3adb1dcac6695b2bc2dbff151e20361be2.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 08a23ea06fb..be5acca2774 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/21 16:49:57 martti Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/15 21:32:23 snj Exp $ # .include "../nethack-lib/Makefile.common" @@ -10,7 +10,7 @@ CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES ALL_TARGET= x11tiles nethack @@ -22,5 +22,5 @@ ALLFILES+= ${DISTFILES} post-install: @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/${NETHACK_DIR} -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |