Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 13:44:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383729 - head/devel/gnustep-make
Message-ID:  <201504101344.t3ADiUnY008028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr 10 13:44:29 2015
New Revision: 383729
URL: https://svnweb.freebsd.org/changeset/ports/383729

Log:
  Fix build on versions of freebsd where clang isn't the default compiler

Modified:
  head/devel/gnustep-make/Makefile

Modified: head/devel/gnustep-make/Makefile
==============================================================================
--- head/devel/gnustep-make/Makefile	Fri Apr 10 13:35:27 2015	(r383728)
+++ head/devel/gnustep-make/Makefile	Fri Apr 10 13:44:29 2015	(r383729)
@@ -12,7 +12,7 @@ COMMENT=	GNUstep makefile package
 
 LICENSE=	GPLv3
 
-USES=		gnustep
+USES=		gnustep objc
 GNU_CONFIGURE=	yes
 
 MAKE_FLAGS=	OPTFLAG="${CFLAGS}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504101344.t3ADiUnY008028>