diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-29 03:25:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-29 03:25:44 +0800 |
commit | 9e3d44da1e90d76715a014179611097a834eff94 (patch) | |
tree | ab8a0cdc5304507583e003024a07d3700f2ea115 /net/ttbudget | |
parent | c44bbb580d71ace72d103a11e3cc43b02a8872f7 (diff) | |
download | freebsd-ports-gnome-9e3d44da1e90d76715a014179611097a834eff94.tar.gz freebsd-ports-gnome-9e3d44da1e90d76715a014179611097a834eff94.tar.zst freebsd-ports-gnome-9e3d44da1e90d76715a014179611097a834eff94.zip |
Mark broken everywhere
Reported by: pkg-fallout since august 2013
Diffstat (limited to 'net/ttbudget')
-rw-r--r-- | net/ttbudget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile index ca8cf586f982..ef9fdb76119f 100644 --- a/net/ttbudget/Makefile +++ b/net/ttbudget/Makefile @@ -34,7 +34,7 @@ post-install: .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerprc, or sparc64 -.elif ${OSVERSION} >= 900000 +.else BROKEN= does not build .endif |