summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-11-14 19:39:34 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-11-14 19:39:34 +0000
commit3e3a44872f84b03952be1c68055065c6423f747d (patch)
treea0a189b9b8a7805fccc91fc226b1f03e1a0b47b9 /lang
parent- Update to 1.3.0. (diff)
- Fix the missing run-time dependency on gcc34. This will unbreak
the objc port. Approved by: portmgr(pav, marcus)
Notes
Notes: svn path=/head/; revision=202714
Diffstat (limited to 'lang')
-rw-r--r--lang/objc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index ff11f537eb0a..d9980f38c039 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= objc
PORTVERSION= 3.2.8
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://users.pandora.be/stes/
DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
@@ -22,6 +23,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PATH=${WRKDIR}/bin:${PATH}
USE_GCC= 3.4
+#
+# We need the compiler in run-time
+#
+RUN_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS}
+
.include <bsd.port.pre.mk>
pre-configure: