diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 23:50:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 23:50:28 +0000 |
commit | dcc215fe918ab67ade461dcf6d621e3d490867ce (patch) | |
tree | ebef9fa2321ecc3fb6e3f468ae7541b568b15971 /www | |
parent | 1f02bc1fa11de03e6c1c7cdd8897f100a51293e4 (diff) | |
download | ports-dcc215fe918ab67ade461dcf6d621e3d490867ce.tar.gz ports-dcc215fe918ab67ade461dcf6d621e3d490867ce.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/nvu/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 2acc11605d5b..081635c33097 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -38,6 +38,12 @@ CFLAGS+= -I${X11BASE}/include BROKEN= does not build .endif +.if ${ARCH}=="amd64" +.if ${OSVERSION} >= 700042 +BROKEN= does not build +.endif +.endif + .if ${ARCH}=="sparc64" .if ${OSVERSION} < 601101 || ${OSVERSION} >= 700042 IGNORE= does not build |