diff options
author | gblach <gblach@FreeBSD.org> | 2012-12-25 20:32:08 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2012-12-25 20:32:08 +0800 |
commit | 9a6ded56d4b35b72730bc8bf96fe7cb6aa93f99a (patch) | |
tree | 3d1af381f9eba5a28b767156909c5597d207a440 /graphics | |
parent | c4a3c7cac93e1794181ad14f8c512e6610fd9699 (diff) | |
download | freebsd-ports-gnome-9a6ded56d4b35b72730bc8bf96fe7cb6aa93f99a.tar.gz freebsd-ports-gnome-9a6ded56d4b35b72730bc8bf96fe7cb6aa93f99a.tar.zst freebsd-ports-gnome-9a6ded56d4b35b72730bc8bf96fe7cb6aa93f99a.zip |
- add USE_GCC=any to Makefile
Approved by: crees (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index 8fbe2c126dfe..4c64b1c79316 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -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/freetype2 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 |