From owner-svn-ports-all@FreeBSD.ORG Tue Dec 25 12:32:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ECDFF351; Tue, 25 Dec 2012 12:32:08 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D0CD48FC13; Tue, 25 Dec 2012 12:32:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPCW871055091; Tue, 25 Dec 2012 12:32:08 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPCW8n6055090; Tue, 25 Dec 2012 12:32:08 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201212251232.qBPCW8n6055090@svn.freebsd.org> From: Grzegorz Blach Date: Tue, 25 Dec 2012 12:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309481 - head/graphics/evas-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 12:32:09 -0000 Author: gblach Date: Tue Dec 25 12:32:08 2012 New Revision: 309481 URL: http://svnweb.freebsd.org/changeset/ports/309481 Log: - add USE_GCC=any to Makefile Approved by: crees (mentor) Modified: head/graphics/evas-core/Makefile Modified: head/graphics/evas-core/Makefile ============================================================================== --- head/graphics/evas-core/Makefile Tue Dec 25 11:51:44 2012 (r309480) +++ head/graphics/evas-core/Makefile Tue Dec 25 12:32:08 2012 (r309481) @@ -3,6 +3,7 @@ PORTNAME= core PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ @@ -19,6 +20,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GCC= any USE_EFL= librt_hack libtool_hack USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes