diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-20 21:13:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-20 21:13:39 +0000 |
commit | a6d9e3b18929cc6d367e8f6d888dc18ca3c6c015 (patch) | |
tree | 00539e9230c4ae24431c568d17a90aac93607d85 /games/nethack-lib | |
parent | 6449f14956177092bd79b2659197182b9359b9d8 (diff) | |
download | pkgsrc-a6d9e3b18929cc6d367e8f6d888dc18ca3c6c015.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index d918dda88b9..3660268e514 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/31 13:39:33 zuntum Exp $ +# $NetBSD: Makefile,v 1.13 2002/09/20 21:20:03 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -7,6 +7,7 @@ PKGNAME= nethack-lib-${NETHACK_VERSION} COMMENT= data files for Nethack +USE_BUILDLINK2= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= datastuff |