aboutsummaryrefslogtreecommitdiff
path: root/lang/objc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-14 23:19:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-14 23:19:19 +0000
commit3bf5e017d89560e5a3a15fe644befda3ccf366ef (patch)
tree5aff05dfad9eedca9d44251985ada8a7875e9408 /lang/objc
parentefba8a8b10cfe1f1959e798dcd022d23669cd80f (diff)
downloadports-3bf5e017d89560e5a3a15fe644befda3ccf366ef.tar.gz
ports-3bf5e017d89560e5a3a15fe644befda3ccf366ef.zip
Notes
Diffstat (limited to 'lang/objc')
-rw-r--r--lang/objc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index d9980f38c039..68112ccf966b 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -23,12 +23,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PATH=${WRKDIR}/bin:${PATH}
USE_GCC= 3.4
+.include <bsd.port.pre.mk>
#
# We need the compiler in run-time
#
+.if ${OSVERSION} >= 700042
RUN_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS}
-
-.include <bsd.port.pre.mk>
+.endif
pre-configure:
cd ${WRKDIR}/${PORTNAME}-bootstrap-${BOOTVERSION};\