summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-28 23:24:32 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-28 23:24:32 +0000
commitd3f266a2363ac0aa4e6ab6771f1c3841ca6ba41b (patch)
treedd151500c968ed692a080fe3dfa253ccc2e5d85b /cad
parentAdd missing man page and un-break port. (diff)
BROKEN on 4.x: Linker error
Notes
Notes: svn path=/head/; revision=130050
Diffstat (limited to 'cad')
-rw-r--r--cad/oregano/Makefile4
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