diff options
author | krion <krion@FreeBSD.org> | 2005-02-28 23:24:32 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-28 23:24:32 +0000 |
commit | 3af50dda356e61162e90734121e3746969fc32a1 (patch) | |
tree | 9a4f776c41fa5fd0e608ed1d5cb8473d6bd9b610 /cad | |
parent | 9f6603a85d4dddde1466778e6d141c61236d7975 (diff) | |
download | FreeBSD-ports-3af50dda356e61162e90734121e3746969fc32a1.zip FreeBSD-ports-3af50dda356e61162e90734121e3746969fc32a1.tar.gz |
BROKEN on 4.x: Linker error
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 5c65beb..780df63 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -29,6 +29,10 @@ INSTALLS_OMF= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Linker error" +.endif + post-patch: @${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure |