diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-11 00:29:41 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-11 00:29:41 +0800 |
commit | bd59aa84763eff85441d945b8965e91ef4d96c65 (patch) | |
tree | c42a9b60f234c089eb59726223cc8cf26eab5a0f /devel | |
parent | 0045c9f232fd7aad41a7b74efba081ea61bc8786 (diff) | |
download | freebsd-ports-gnome-bd59aa84763eff85441d945b8965e91ef4d96c65.tar.gz freebsd-ports-gnome-bd59aa84763eff85441d945b8965e91ef4d96c65.tar.zst freebsd-ports-gnome-bd59aa84763eff85441d945b8965e91ef4d96c65.zip |
Fix BROKEN/IGNORE usage.
PR: 53129
Submitted by: Mark Linimon <inimon@lonesome.com>
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: |