diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:18:54 +0000 |
commit | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch) | |
tree | aad243acad70f04a59b2eec25418f838e73f8da7 /lang/objc/Makefile | |
parent | ea6257242fddb87f389e1d36d5ab04b1ff52d599 (diff) |
Notes
Diffstat (limited to 'lang/objc/Makefile')
-rw-r--r-- | lang/objc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 8d26949aca2c..8538c1fd7728 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -23,6 +23,10 @@ CONFIGURE_ARGS= --prefix=$(PREFIX) .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + pre-configure: cd $(WRKDIR)/${PORTNAME}-bootstrap-$(PORTVERSION);\ ./configure --prefix=$(WRKDIR);${MAKE};${MAKE} install |