diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 20:00:28 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 20:00:28 +0000 |
commit | 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (patch) | |
tree | 270562017b587dd8298cb2d848dcb0ece32fd220 /www/thundercache | |
parent | ceab3c8133ddd1440762d463731c2f3b49e05239 (diff) | |
download | ports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.tar.gz ports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.zip |
Notes
Diffstat (limited to 'www/thundercache')
-rw-r--r-- | www/thundercache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile index af9e709756a2..18ce14dd8da0 100644 --- a/www/thundercache/Makefile +++ b/www/thundercache/Makefile @@ -62,7 +62,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pgsql.so:${PORTSDIR}/databases USE_PHP+= curl pcre bcmath pdo mcrypt mhash session .endif -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl SUB_FILES= pkg-message log.sh test-deps.sh SUB_LIST= "GREP=${GREP}" |