diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 22:44:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 22:44:17 +0000 |
commit | b736f51659117a694f38fa29765f7be69bdabf1a (patch) | |
tree | 035a3a591c1a3e632538d7b2718a8bc3769ac736 /cad | |
parent | 6ebd606727ee06c16d1ba81c0bcea320b2baf06a (diff) | |
download | FreeBSD-ports-b736f51659117a694f38fa29765f7be69bdabf1a.zip FreeBSD-ports-b736f51659117a694f38fa29765f7be69bdabf1a.tar.gz |
BROKEN on 5.x: broken pkg-plist
Diffstat (limited to 'cad')
-rw-r--r-- | cad/qcad/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 742e74e..a6d75e4 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -28,6 +28,10 @@ MAKE_ENV= QTDIR="${QTDIR}" MAKE="${GMAKE}" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Broken pkg-plist" +.endif + .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif |