diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/fandango/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index 16668d3f8e5c..d1e1e7e258d8 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -24,4 +24,10 @@ USE_GNOME= gnometarget USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + +.include <bsd.port.post.mk> |