diff options
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d10421505332..809058170537 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1999/01/15 15:21:30 kuriyama Exp $ +# $Id: Makefile,v 1.4 1999/02/07 11:18:51 kuriyama Exp $ # DISTNAME= gnupg-0.9.2 @@ -14,9 +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' + RESTRICTED= "Crypto; export-controlled" -USE_AUTOCONF= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 |