diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:46:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:46:04 +0000 |
commit | 8ef263abd6f4678a7ed0cfd470f4009e92f212fe (patch) | |
tree | f0f9c9a99cac38cd01c7a5f57f29baee09f09705 /security/pgp6 | |
parent | 1229221cf34a095ee40a29152c5bb5ac23ec62f0 (diff) | |
download | ports-8ef263abd6f4678a7ed0cfd470f4009e92f212fe.tar.gz ports-8ef263abd6f4678a7ed0cfd470f4009e92f212fe.zip |
Notes
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index d7faef39931d..8c0780c23bf5 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -33,6 +33,10 @@ LATEST_LINK= pgp6 .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + # the distfile is actually a tar of three compressed tars and their # signatures post-extract: |