diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-11 11:41:04 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-11 11:41:04 +0000 |
commit | bc1db48afd72d1c9691ebf29ef3e7cf0161acf7d (patch) | |
tree | 0141d4e39257494cb5b0de59c477c1acb9d395ba /security/gnupg1 | |
parent | 6da59215873dcc2015cfc0c2f0b37d609f106ccc (diff) | |
download | ports-bc1db48afd72d1c9691ebf29ef3e7cf0161acf7d.tar.gz ports-bc1db48afd72d1c9691ebf29ef3e7cf0161acf7d.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index d10421505332..809058170537 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/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 |