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/p5-WWW-Curl | |
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/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 |