summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>