Date: Sun, 29 Sep 2013 10:51:17 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328670 - head/x11-toolkits/girara Message-ID: <201309291051.r8TApHmV006052@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sun Sep 29 10:51:17 2013 New Revision: 328670 URL: http://svnweb.freebsd.org/changeset/ports/328670 Log: This port is already stage safe. While here convert to more approriate USE_GCC=yes. Modified: head/x11-toolkits/girara/Makefile Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Sun Sep 29 10:49:03 2013 (r328669) +++ head/x11-toolkits/girara/Makefile Sun Sep 29 10:51:17 2013 (r328670) @@ -13,7 +13,6 @@ USE_GNOME= glib20 gtk20 USES= gmake pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if exists(/usr/bin/clang) && ${OSVERSION} > 900014 @@ -21,7 +20,7 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .if ${PORT_OPTIONS:MNLS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291051.r8TApHmV006052>