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 | e762990beb45a1eefec14428f855d4f568bcaeec (patch) | |
tree | 0325226b1b59645c45a0d265337270ce655cfc14 /games/nethack-lib/Makefile | |
parent | b2ce170766e299250c9f39ef48095edb46e43501 (diff) | |
download | pkgsrc-e762990beb45a1eefec14428f855d4f568bcaeec.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games/nethack-lib/Makefile')
-rw-r--r-- | games/nethack-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 4de8466b406..3b4e5dfb6a7 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/10/14 13:42:18 pooka Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/15 21:29:16 snj Exp $ # .include "../nethack-lib/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= nethack-lib-${NETHACK_VERSION} COMMENT= Data files for Nethack -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= datastuff |