diff options
author | ahze <ahze@FreeBSD.org> | 2005-11-10 10:39:04 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-11-10 10:39:04 +0000 |
commit | 0e5a036923c228208994c73a5696702f7e7eefa2 (patch) | |
tree | f922e884e5a43530469f2a6d3b719fd3401e541a | |
parent | 0fe09f0a44763b5fef021a7e740c0a89cdefc914 (diff) | |
download | FreeBSD-ports-0e5a036923c228208994c73a5696702f7e7eefa2.zip FreeBSD-ports-0e5a036923c228208994c73a5696702f7e7eefa2.tar.gz |
- Mark broken on 4.x
-rw-r--r-- | www/osb-nrcore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile index d5ee902..95b9f62 100644 --- a/www/osb-nrcore/Makefile +++ b/www/osb-nrcore/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -DNDEBUG" \ .include <bsd.port.pre.mk> -.if ${ARCH}=="alpha" -BROKEN= Does not compile on ${ARCH} +.if ${ARCH}=="alpha" || ${OSVERSION} < 500000 +BROKEN= Does not compile .endif post-patch: |