aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-23 18:07:33 +0800
committerkris <kris@FreeBSD.org>2004-05-23 18:07:33 +0800
commite27f833b7cdffe856aeaaf15f63a20f17d550eb8 (patch)
treea5507c096b31d021fe9e9ccb85c0a5dcc819c5bc /cad
parent7a2963d26a18aafb3dc9c938a6d5d91804942a99 (diff)
downloadfreebsd-ports-gnome-e27f833b7cdffe856aeaaf15f63a20f17d550eb8.tar.gz
freebsd-ports-gnome-e27f833b7cdffe856aeaaf15f63a20f17d550eb8.tar.zst
freebsd-ports-gnome-e27f833b7cdffe856aeaaf15f63a20f17d550eb8.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'cad')
-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>