svn commit: r383729 - head/devel/gnustep-make
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 10 13:44:30 UTC 2015
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}"
More information about the svn-ports-all
mailing list