diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 10:20:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 10:20:37 +0000 |
commit | c92fdf8e8d1c3c9a087ab69f62f63c35870cc881 (patch) | |
tree | ae839a82e3e87de0a664d9c447dfcb12aad0fd16 /cad | |
parent | 592846cb9be651d5dce49b99e039a92ec5e5b3d4 (diff) | |
download | ports-c92fdf8e8d1c3c9a087ab69f62f63c35870cc881.tar.gz ports-c92fdf8e8d1c3c9a087ab69f62f63c35870cc881.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 8 |
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> |