diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-15 15:21:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-15 15:21:37 +0000 |
commit | 7fbb7addb92c9186608b0e5315a4c431e166f6b6 (patch) | |
tree | 3b0cd88a1fe044b13cecb43cdadb6450c697e46f /security/gnupg/Makefile | |
parent | 67c332f10468d29868de70ac6219b77415c1b598 (diff) |
Notes
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8e9449860eda..074fbb270288 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.4.5 +# Version required: 0.9.1 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1998/11/23 14:13:26 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/12/10 13:32:55 kuriyama Exp $ # -DISTNAME= gnupg-0.4.5 +DISTNAME= gnupg-0.9.1 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.ORG RESTRICTED= "Crypto; export-controlled" -GNU_CONFIGURE= yes +USE_AUTOCONF= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 |