aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-19 21:01:19 +0800
committerkris <kris@FreeBSD.org>2004-04-19 21:01:19 +0800
commit6b7331a878130fc6187bfba0ea32efd46f704f06 (patch)
tree22508008639f89902bda732831b8dfaf94a5de77 /net
parent3472ad386a4c99b1fd9f7a784a74894b661fc06a (diff)
downloadfreebsd-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/Makefile8
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>