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/p5-WWW-Curl | |
parent | ceab3c8133ddd1440762d463731c2f3b49e05239 (diff) |
- 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/p5-WWW-Curl')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |