aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-23 04:22:18 +0800
committerpav <pav@FreeBSD.org>2005-11-23 04:22:18 +0800
commita2ba4e6fdb24defad3d42399a0370208d0577f5d (patch)
treeb53977b3c9d3498c483a60ada6def3b9a486530d
parent178f135353a0f2b00bbece5c99bd91558ac96f3e (diff)
downloadfreebsd-ports-gnome-a2ba4e6fdb24defad3d42399a0370208d0577f5d.tar.gz
freebsd-ports-gnome-a2ba4e6fdb24defad3d42399a0370208d0577f5d.tar.zst
freebsd-ports-gnome-a2ba4e6fdb24defad3d42399a0370208d0577f5d.zip
- Mark BROKEN on 4.X
Reported by: krismail
-rw-r--r--www/campsite/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile
index 9b0255f3af74..335c4547842c 100644
--- a/www/campsite/Makefile
+++ b/www/campsite/Makefile
@@ -46,6 +46,12 @@ USE_REINPLACE= yes
SUB_FILES= pkg-message pkg-install pkg-deinstall crontab.in
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "does not compile"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -type f -perm 755 \
-or -name create_instance \
@@ -66,4 +72,4 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>