diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-03-08 14:33:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-03-08 14:33:26 +0000 |
commit | a377983bb685a22d6d9b8e457f2a12026e339549 (patch) | |
tree | bb6881dac83c39b534952df60df5b41c1dd18cd7 /security/gnupg/Makefile | |
parent | 4729d2bf22eebacd19822b4a8f733e694ad997d9 (diff) |
Notes
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 809058170537..4adfcdad796d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnupg -# Version required: 0.9.2 +# Version required: 0.9.3 # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1999/02/07 11:18:51 kuriyama Exp $ +# $Id: Makefile,v 1.5 1999/02/11 11:41:04 obrien Exp $ # -DISTNAME= gnupg-0.9.2 +DISTNAME= gnupg-0.9.3 CATEGORIES= security MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ @@ -14,13 +14,11 @@ MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ MAINTAINER= kuriyama@FreeBSD.ORG -BROKEN='{standard input}: Assembler messages: Error: Alignment not a power of 2' +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake RESTRICTED= "Crypto; export-controlled" - -GNU_CONFIGURE= YES +USE_AUTOCONF= YES CONFIGURE_ARGS= --with-included-gettext - MAN1= gpg.1 MLINKS= gpg.1 gpgm.1 |