aboutsummaryrefslogtreecommitdiff
path: root/devel/libcoyotl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcoyotl')
-rw-r--r--devel/libcoyotl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libcoyotl/Makefile b/devel/libcoyotl/Makefile
index 607769a1d2df..c67300ca954d 100644
--- a/devel/libcoyotl/Makefile
+++ b/devel/libcoyotl/Makefile
@@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not build on 4.x
+.endif
+
+.include <bsd.port.post.mk>