diff options
author | itojun <itojun> | 2000-10-11 09:57:45 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-11 09:57:45 +0000 |
commit | bc2caee3ed36bfc6d88a28535513c7f05e1150b2 (patch) | |
tree | 98fed2ff9b397fc161453bf63b38970b6ffd3847 /security | |
parent | 2429682189fea068c0c5c5425012319bd693125b (diff) | |
download | pkgsrc-bc2caee3ed36bfc6d88a28535513c7f05e1150b2.tar.gz |
recover DEPENDS
Diffstat (limited to 'security')
-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 72fe5969e23..8d46cae2cf4 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/10/11 09:57:30 itojun Exp $ +# $NetBSD: Makefile,v 1.16 2000/10/11 09:57:45 itojun Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -9,7 +9,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 +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext CRYPTO= yes GNU_CONFIGURE= yes |