diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 18:24:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 18:24:44 +0800 |
commit | 1c0fa8354336dbb30ad53dea50012abb247adb9a (patch) | |
tree | 141a8eee729b865c5dcf55a7f41ef31337a35db9 /net-mgmt | |
parent | 8d96d910a85adae61f1116613f96e394ccf48a59 (diff) | |
download | freebsd-ports-gnome-1c0fa8354336dbb30ad53dea50012abb247adb9a.tar.gz freebsd-ports-gnome-1c0fa8354336dbb30ad53dea50012abb247adb9a.tar.zst freebsd-ports-gnome-1c0fa8354336dbb30ad53dea50012abb247adb9a.zip |
Not for powerpc, either.
Hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/macroscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile index c9283c4ec793..30cae0df951e 100644 --- a/net-mgmt/macroscope/Makefile +++ b/net-mgmt/macroscope/Makefile @@ -47,8 +47,8 @@ USE_FIREBIRD= yes .include "${PORTSDIR}/Mk/bsd.database.mk" -.if ${ARCH} == "sparc64" -BROKEN= Does not compile +.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on this architecture .endif .include <bsd.port.post.mk> |