diff options
author | snj <snj> | 2004-04-15 21:29:16 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-15 21:29:16 +0000 |
commit | b231a9b6d06ecceb525da2fe52fbf2e9e634b717 (patch) | |
tree | 0325226b1b59645c45a0d265337270ce655cfc14 /games/nethack-x11 | |
parent | 4954bc9c2c53aaaa3921c8c2450af4085679496a (diff) | |
download | pkgsrc-b231a9b6d06ecceb525da2fe52fbf2e9e634b717.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" |