diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 03:56:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 03:56:58 +0000 |
commit | b33cb8004b7782fd5753b6cae3148119d627c80f (patch) | |
tree | cf66afe6ba3d5a1e06270401652dcd15779d8a20 /cad/oregano/Makefile | |
parent | f3fbbd2b2398f5379c97b9503e900a95f648ed62 (diff) | |
download | ports-b33cb8004b7782fd5753b6cae3148119d627c80f.tar.gz ports-b33cb8004b7782fd5753b6cae3148119d627c80f.zip |
Mark broken on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=148762
Diffstat (limited to 'cad/oregano/Makefile')
-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 4423ab53bdbd..9c39a56ac77d 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -27,6 +27,10 @@ INSTALLS_OMF= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X" +.endif + post-patch: @${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure |