diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-28 23:24:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-28 23:24:32 +0000 |
commit | d3f266a2363ac0aa4e6ab6771f1c3841ca6ba41b (patch) | |
tree | dd151500c968ed692a080fe3dfa253ccc2e5d85b /cad/oregano | |
parent | a83e019f90c62f0c61f32329d238b9e00d0741da (diff) | |
download | ports-d3f266a2363ac0aa4e6ab6771f1c3841ca6ba41b.tar.gz ports-d3f266a2363ac0aa4e6ab6771f1c3841ca6ba41b.zip |
Notes
Diffstat (limited to 'cad/oregano')
-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 5c65bebbbbc6..780df6377645 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 |