diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-30 00:44:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-30 00:44:02 +0000 |
commit | 37e29630b9ca9db139ec29028ef70e8c46adcc2b (patch) | |
tree | 428942952723cc432f23300d341e0e2cd843dc8d /security/gnupg1/Makefile | |
parent | 459053e850f1bc40f433bdd9fed4c920a0e259ab (diff) | |
download | ports-37e29630b9ca9db139ec29028ef70e8c46adcc2b.tar.gz ports-37e29630b9ca9db139ec29028ef70e8c46adcc2b.zip |
Notes
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index cd7de2e33b31..63580d114004 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -RESTRICTED= "Crypto; export-controlled" +#RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 gpgv.1 |