summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-09 10:20:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-09 10:20:37 +0000
commitc92fdf8e8d1c3c9a087ab69f62f63c35870cc881 (patch)
treeae839a82e3e87de0a664d9c447dfcb12aad0fd16 /cad
parentChase OpenLDAP 2.2 (diff)
BROKEN: Does not compile on 4.x
Notes
Notes: svn path=/head/; revision=123550
Diffstat (limited to 'cad')
-rw-r--r--cad/oregano/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index 30f63abc9e31..7eca2186d9d3 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -27,7 +27,13 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
AUTOMAKE="${TRUE}"
INSTALLS_OMF= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>