diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-Geo-Caching | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/p5-Geo-Caching')
-rw-r--r-- | www/p5-Geo-Caching/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Geo-Caching/Makefile b/www/p5-Geo-Caching/Makefile index 00586921d78a..c266eedd230a 100644 --- a/www/p5-Geo-Caching/Makefile +++ b/www/p5-Geo-Caching/Makefile @@ -14,9 +14,9 @@ COMMENT= Object interface for querying Geocaching.com website LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Geo-Cache>=0:${PORTSDIR}/misc/p5-Geo-Cache \ - p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ - p5-Geo-Gpx>=0:${PORTSDIR}/graphics/p5-Geo-Gpx +BUILD_DEPENDS= p5-Geo-Cache>=0:misc/p5-Geo-Cache \ + p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ + p5-Geo-Gpx>=0:graphics/p5-Geo-Gpx RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |