Date: Tue, 25 Dec 2012 12:32:08 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309481 - head/graphics/evas-core Message-ID: <201212251232.qBPCW8n6055090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251232.qBPCW8n6055090>