aboutsummaryrefslogtreecommitdiffstats
path: root/lang/libobjc2
diff options
context:
space:
mode:
Diffstat (limited to 'lang/libobjc2')
-rw-r--r--lang/libobjc2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile
index 9452ff5c246b..92a230e5969a 100644
--- a/lang/libobjc2/Makefile
+++ b/lang/libobjc2/Makefile
@@ -21,9 +21,9 @@ _CLANG!= if [ -f /usr/bin/clang ] ; then /usr/bin/clang --version | head -1 | \
${SED} -e 's/.*clang version \([0-9]\)\.\([0-9]\).*/\1\2/' ; else ${ECHO} 0 ; fi
.if ${_CLANG} < 33
-BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33
-CC= ${LOCALBASE}/bin/clang33
-CXX= ${LOCALBASE}/bin/clang++33
+BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34
+CC= ${LOCALBASE}/bin/clang34
+CXX= ${LOCALBASE}/bin/clang++34
.else
CC= /usr/bin/clang
CXX= /usr/bin/clang++
642bfe35df352cfda6b574cef50566d3a920f82'>Update to 0.0.3bapt2015-12-283-6/+6 * Update to 0.0.2.jkim2015-01-293-19/+19 >-5/+7 * - better wording for a build error.dinoex2004-11-161-1/+2 * - update to 2.8.22-1.3.33dinoex2004-11-013-230/+7 * - Security Patchdinoex2004-10-302-1/+224 * - Security update to 2.8.21-1.3.32dinoex2004-10-233-21/+19 * - Security update to 2.8.20-1.3.31dinoex2004-10-162-4/+4 * - Patch for keepalive-bugdinoex2004-10-122-0/+12 * - Security Fixdinoex2004-07-192-8/+4 * - handle transition from /sbin/nologin -> /usr/sbin/nologindinoex2004-07-161-2/+3 * - sync build options with other apache ports again.dinoex2004-06-151-20/+30 * - allow customizing of CATEGORIESdinoex2004-06-151-1/+1 * - Security Fixdinoex2004-06-112-1/+14 * Don't remove www/ now that it is created by the system.kris2004-06-091-1/+0 * - fix extract problems with bsdtardinoex2004-06-061-2/+2 * - update to mod_deflate-1.0.21dinoex2004-05-312-6/+6 * - allow build without expat, new option APACHE_WITHOUT_EXPATdinoex2004-05-151-0/+7 * - move USE_RC_SUBR before bsd.port.pre.mkdinoex2004-05-151-4/+7 * - Security update to 2.8.17-1.3.31dinoex2004-05-144-134/+31 * - add compatibility to apachectl in rcng.shdinoex2004-05-141-0/+1 * s/run_rc_commmand/run_rc_command/nork2004-05-042-2/+2 * - rcNG-fydinoex2004-05-033-8/+46 * - fix empty dir in option.dinoex2004-04-031-1/+1 * - building mod_accel and friends as apache so modulesdinoex2004-04-012-24/+20 * - update CONFLICTSdinoex2004-03-261-1/+4 * - add mod_deflatedinoex2004-03-264-13/+119 * - new option APACHE_WITH_MODACCELdinoex2004-03-193-11/+66 * - Fix build of IPV6 (no Security patch needed)dinoex2004-03-092-1/+2 * - Add securirty Fix from cvsdinoex2004-03-082-0/+114 * - add SIZEdinoex2004-02-26