diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-07-26 15:50:37 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-07-26 15:50:37 +0000 |
commit | 483c316e4eba1f553c0b9b6a85e06219219f2169 (patch) | |
tree | 76dd29925d507bfd8988ce7fd61988e3e56db0d9 /net/atmsupport | |
parent | c8c5139bbd839e9cac825e5f6c4179aff41956c0 (diff) |
Notes
Diffstat (limited to 'net/atmsupport')
-rw-r--r-- | net/atmsupport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 72e6ca60a656..22a15b0bdc0c 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -27,7 +27,7 @@ MAN1= unidecode.1 uniencode.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 && ${ARCH} == "amd64" +.if ${OSVERSION} >= 800097 BROKEN= does not compile .endif |