summaryrefslogtreecommitdiff
path: root/lang
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
parent- Mark BROKEN: does not fetch (diff)
- Fix INDEX
Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202719
Diffstat (limited to 'lang')
-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};\