aboutsummaryrefslogtreecommitdiff
path: root/cad/fandango
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-23 10:07:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-23 10:07:33 +0000
commit416b87176e0530d2b93014527b63eb8685e2ff29 (patch)
tree6d027827b66e26fa1ec5636a51255dc99422531b /cad/fandango
parent132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9 (diff)
downloadports-416b87176e0530d2b93014527b63eb8685e2ff29.tar.gz
ports-416b87176e0530d2b93014527b63eb8685e2ff29.zip
Notes
Diffstat (limited to 'cad/fandango')
-rw-r--r--cad/fandango/Makefile8
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>