diff options
Diffstat (limited to 'misc/pinfo/Makefile')
-rw-r--r-- | misc/pinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 25ae2d633d5..ad1eb91b512 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/26 00:41:59 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/02 20:05:03 wiz Exp $ # DISTNAME= pinfo-0.6.0 @@ -10,7 +10,7 @@ MAINTAINER= fredb@netbsd.org HOMEPAGE= http://zeus.polsl.gliwice.pl/~pborys/ COMMENT= Przemek's Info Viewer -BUILD_DEPENDS+= msgfmt:../../devel/gettext +BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_LIBINTL= yes |