aboutsummaryrefslogtreecommitdiff
path: root/www/thundercache
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-04-30 20:00:28 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-04-30 20:00:28 +0000
commit899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (patch)
tree270562017b587dd8298cb2d848dcb0ece32fd220 /www/thundercache
parentceab3c8133ddd1440762d463731c2f3b49e05239 (diff)
downloadports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.tar.gz
ports-899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a.zip
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr
Notes
Notes: svn path=/head/; revision=316958
Diffstat (limited to 'www/thundercache')
-rw-r--r--www/thundercache/Makefile2
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}"