diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 20:05:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 20:05:03 +0000 |
commit | 34c36c42a262514209b77c7f72852ccb11a9e921 (patch) | |
tree | eb38734c66507b507ad53d59c279468b9772f7af /misc | |
parent | 3f1c817f7cd3d6dcdbd92c142569cad77950cd95 (diff) | |
download | pkgsrc-34c36c42a262514209b77c7f72852ccb11a9e921.tar.gz |
replace BUILD_DEPENDS on msgfmt by BUILD_USES_MSGFMT.
Diffstat (limited to 'misc')
-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 |