diff options
author | krion <krion@FreeBSD.org> | 2004-12-09 10:20:37 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-09 10:20:37 +0000 |
commit | 0bcd8b7de32cc33e9bb9c8a3a06333f9b02cc7e4 (patch) | |
tree | b06f76e6c0ab233d5d78a8d585e23d6a4b9dc405 /cad/oregano | |
parent | e0a1ad1c1f8bd9635955b7c282b221bfc9ab5a95 (diff) | |
download | FreeBSD-ports-0bcd8b7de32cc33e9bb9c8a3a06333f9b02cc7e4.zip FreeBSD-ports-0bcd8b7de32cc33e9bb9c8a3a06333f9b02cc7e4.tar.gz |
BROKEN: Does not compile on 4.x
Diffstat (limited to 'cad/oregano')
-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 30f63ab..7eca218 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> |