diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:41:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 01:41:35 +0000 |
commit | 4f2a7ac379964c74543f230ef154d42bf0706aab (patch) | |
tree | b693c95a19f6d8f87b7fc5b67beedaef40839db3 /x11/decurs | |
parent | 11a96072fc2ce9b1f5cad2ece7e83cfd10bee51c (diff) | |
download | ports-4f2a7ac379964c74543f230ef154d42bf0706aab.tar.gz ports-4f2a7ac379964c74543f230ef154d42bf0706aab.zip |
Notes
Diffstat (limited to 'x11/decurs')
-rw-r--r-- | x11/decurs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index 4265f633d139..fef9b8d0f630 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -22,8 +22,8 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.if ${OSVERSION} >= 501000 || ${ARCH} != "i386" +BROKEN= "Does not compile on FreeBSD ${OSVERSION} or on !i386" .endif post-patch: |