diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fhist/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 3c292158370..f1006750c29 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/05 14:03:26 salo Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/25 04:04:07 snj Exp $ # DISTNAME= fhist-1.13 @@ -11,9 +11,9 @@ COMMENT= File history and comparison tools BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |