diff options
author | wiz <wiz> | 2001-04-02 20:05:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 20:05:03 +0000 |
commit | 4f168db8ff3d1a1dd71b815de3355a593fc6bf66 (patch) | |
tree | eb38734c66507b507ad53d59c279468b9772f7af /misc | |
parent | 7b23a494925ac9b1bcd5d5fb0bd4dfed2881f483 (diff) | |
download | pkgsrc-4f168db8ff3d1a1dd71b815de3355a593fc6bf66.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 |