diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:00:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 04:00:28 +0800 |
commit | 48f29aca6c7da8e255fe5d98c77b86db8860138f (patch) | |
tree | 270562017b587dd8298cb2d848dcb0ece32fd220 /www | |
parent | f6711d0baef8f952e0c6ec54614e153994f7d7b2 (diff) | |
download | freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.tar.gz freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.tar.zst freebsd-ports-gnome-48f29aca6c7da8e255fe5d98c77b86db8860138f.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
Diffstat (limited to 'www')
-rw-r--r-- | www/cgiparse/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 8 | ||||
-rw-r--r-- | www/thundercache/Makefile | 2 | ||||
-rw-r--r-- | www/thundersnarf/Makefile | 2 |
4 files changed, 6 insertions, 14 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index c3766cbf84b7..494e60b66607 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgiparse -# Date created: 30 March 1997 -# Whom: jmg -# +# Created by: jmg # $FreeBSD$ -# PORTNAME= cgiparse PORTVERSION= 0.9b @@ -13,7 +9,7 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= C library to parse CGI Forms -LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install +LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime GNU_CONFIGURE= yes MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index a4156931416e..191fc4b79b30 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Curl -# Date created: 24 July 2003 -# Whom: Chris Larsen <darth@vader.dk> -# +# Created by: Chris Larsen <darth@vader.dk> # $FreeBSD$ -# PORTNAME= WWW-Curl PORTVERSION= 4.15 @@ -17,7 +13,7 @@ COMMENT= Perl binding interface for curl LICENSE= MIT -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl PERL_CONFIGURE= yes 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}" diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile index 6df9b00ca7dc..48a446b38669 100644 --- a/www/thundersnarf/Makefile +++ b/www/thundersnarf/Makefile @@ -42,7 +42,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/datab USE_PHP+= curl pcre bcmath pdo mcrypt mhash session pgsql spl dom xmlrpc ctype openssl simplexml soap json .endif -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl SUB_FILES= pkg-message |