diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:25:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:25:44 +0000 |
commit | 7995099a3868fcfaa1e1dc834f88bf5aa6ac7392 (patch) | |
tree | ab8a0cdc5304507583e003024a07d3700f2ea115 /net | |
parent | e811263d3573befb117a0d64708b7ba0170609ff (diff) | |
download | ports-7995099a3868fcfaa1e1dc834f88bf5aa6ac7392.tar.gz ports-7995099a3868fcfaa1e1dc834f88bf5aa6ac7392.zip |
Notes
Diffstat (limited to 'net')
-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 |