aboutsummaryrefslogtreecommitdiff
path: root/devel/libcoyotl
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-08-08 18:16:07 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-08-08 18:16:07 +0000
commit0fd89f99d04edda589ed8fb0d4161f5545f91920 (patch)
treee52c13c094ab82ed41fdfd324679b2b41d53d430 /devel/libcoyotl
parentb1ca1cce2a1d8d6e87a099b63551ba22e38977da (diff)
downloadports-0fd89f99d04edda589ed8fb0d4161f5545f91920.tar.gz
ports-0fd89f99d04edda589ed8fb0d4161f5545f91920.zip
Notes
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>