diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 16:29:41 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 16:29:41 +0000 |
commit | 6fda2ec97888bb1c19b31c272316edbb9c50ab39 (patch) | |
tree | 49b3bc313063517429f4c3e98b177b262958efe7 /devel | |
parent | d62223b7f3e8230b222cd1c49b2f68aa939420d5 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ups-debug/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile index 75dd185a249a..03eb45e19595 100644 --- a/devel/ups-debug/Makefile +++ b/devel/ups-debug/Makefile @@ -24,12 +24,12 @@ ALL_TARGET= ups MAN1= ups.1 DOCS= CHANGES FAQ README +ONLY_FOR_ARCHS= i386 + .include <bsd.port.pre.mk> -.if ${ARCH} != i386 || ${OSVERSION} > 500000 -BROKEN= "compiles only under -STABLE on i386" -# Avoid building packages on bento for unsupported platforms -IGNORE= ${BROKEN} +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile on 5.X" .endif post-install: |