diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/thundercache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile index 5e0bac83fcd6..dddeb8ac8092 100644 --- a/www/thundercache/Makefile +++ b/www/thundercache/Makefile @@ -2,7 +2,7 @@ PORTNAME= thundercache PORTVERSION= 6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= http://www.thundercache.com.br/dist/ \ http://www.bmsoftware.org/packs/ \ @@ -30,6 +30,7 @@ PGSQL_DESC= Install PostgreSQL (report data storing) USES= shebangfix tar:bzip2 ssl SHEBANG_FILES= sbin/thunderlog.php +USE_GCC= any ONLY_FOR_ARCHS= i386 amd64 @@ -59,7 +60,6 @@ USE_PHP+= pdo_pgsql pgsql .endif LIB_DEPENDS+= libcurl.so:ftp/curl \ - libstdc++.so:lang/gcc \ libutil.so:misc/compat8x SUB_FILES= pkg-message log.sh test-deps.sh |