diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-09-30 17:31:51 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-09-30 17:31:51 +0000 |
commit | 9bb0dc1abf99ef7f3eb9998963b154a8f4f2ca35 (patch) | |
tree | 84eb0067f62fa217bc1b644726e92c7c1b1dc808 /net-mgmt/vidalia | |
parent | dbc4b26e7462183e0b2400db0956eee2fa2563c2 (diff) | |
download | ports-9bb0dc1abf99ef7f3eb9998963b154a8f4f2ca35.tar.gz ports-9bb0dc1abf99ef7f3eb9998963b154a8f4f2ca35.zip |
Notes
Diffstat (limited to 'net-mgmt/vidalia')
-rw-r--r-- | net-mgmt/vidalia/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile index e456ed1d68a5..19800c177e2a 100644 --- a/net-mgmt/vidalia/Makefile +++ b/net-mgmt/vidalia/Makefile @@ -43,6 +43,12 @@ OPTIONS= TOR_DEVEL "Depend on tor-devel" On \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 5, probably gcc-related +.endif +.endif + .if defined(WITH_TOR_DEVEL) .if defined(WITH_TOR) IGNORE= cannot depend on tor and tor-devel at the same time |