diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 21:01:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 21:01:19 +0800 |
commit | 6b7331a878130fc6187bfba0ea32efd46f704f06 (patch) | |
tree | 22508008639f89902bda732831b8dfaf94a5de77 /net | |
parent | 3472ad386a4c99b1fd9f7a784a74894b661fc06a (diff) | |
download | freebsd-ports-graphics-6b7331a878130fc6187bfba0ea32efd46f704f06.tar.gz freebsd-ports-graphics-6b7331a878130fc6187bfba0ea32efd46f704f06.tar.zst freebsd-ports-graphics-6b7331a878130fc6187bfba0ea32efd46f704f06.zip |
BROKEN on amd64: Does not compile
Diffstat (limited to 'net')
-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 c98a98c4f4a..e5cab87f184 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> |