diff options
author | wiz <wiz> | 2000-11-30 00:11:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-30 00:11:26 +0000 |
commit | 451a0ac30a72bdd18a7b43468fe599ff8b45736d (patch) | |
tree | 4e89c6d28cee1b2e671be172b365c11de6818110 | |
parent | d6377128c28f3fd2e3d5bd2fa4f6c651cf4380e1 (diff) | |
download | pkgsrc-451a0ac30a72bdd18a7b43468fe599ff8b45736d.tar.gz |
change DEPENDS on gettext to BUILD_DEPENDS on msgfmt
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ca208cec28e..525df0a7c87 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/11/12 14:28:48 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2000/11/30 00:11:26 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnupg.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext CRYPTO= yes GNU_CONFIGURE= yes |