diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 13:01:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 13:01:19 +0000 |
commit | 7d67e034a0b7d944112600ec08176a4c8b5475d5 (patch) | |
tree | 9a14765332f23dce27bb659129c9db04a4a8d1b7 /net/pppd23 | |
parent | 47981fedc59b95a5110c036f31367f3967588788 (diff) | |
download | ports-7d67e034a0b7d944112600ec08176a4c8b5475d5.tar.gz ports-7d67e034a0b7d944112600ec08176a4c8b5475d5.zip |
Notes
Diffstat (limited to 'net/pppd23')
-rw-r--r-- | net/pppd23/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile index c98a98c4f4a3..e5cab87f1841 100644 --- a/net/pppd23/Makefile +++ b/net/pppd23/Makefile @@ -18,4 +18,10 @@ GNU_CONFIGURE= yes MAN8= pppd.8 pppstats.8 chat.8 MANCOMPRESSED= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + +.include <bsd.port.post.mk> |