summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-11 11:41:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-11 11:41:04 +0000
commitbc1db48afd72d1c9691ebf29ef3e7cf0161acf7d (patch)
tree0141d4e39257494cb5b0de59c477c1acb9d395ba /security
parentThere is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine. (diff)
* Don't use "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.
* BROKEN='{standard input}: Assembler messages: Error: Alignment not a power of 2'
Notes
Notes: svn path=/head/; revision=16616
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/Makefile6
-rw-r--r--security/gnupg1/Makefile6
2 files changed, 8 insertions, 4 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
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