diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:44:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 22:44:17 +0000 |
commit | 46aa7e23de62352e40ec0880df969437156db000 (patch) | |
tree | 69d51a32de7958b890cacbc1e7b556557c2eb979 /cad | |
parent | b07db8bb71e246d3ca08ff74b4b818be5b854713 (diff) |
Notes
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 742e74e44a5c..a6d75e43b60b 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 |