diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-06-06 17:47:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-06-06 17:47:24 +0000 |
commit | 2145d93e7cc3fce8d9e81f71206e3fe421a375b3 (patch) | |
tree | 9513225b70c59ed7d2d7ba3d5db3a2366438741e /converters | |
parent | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (diff) | |
download | ports-2145d93e7cc3fce8d9e81f71206e3fe421a375b3.tar.gz ports-2145d93e7cc3fce8d9e81f71206e3fe421a375b3.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2mp/Makefile | 16 | ||||
-rw-r--r-- | converters/p5-PerlIO-via-Unidecode/Makefile | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/converters/osm2mp/Makefile b/converters/osm2mp/Makefile index 3a403f87cea8..4571a188a71e 100644 --- a/converters/osm2mp/Makefile +++ b/converters/osm2mp/Makefile @@ -13,14 +13,14 @@ MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= OpenStreetMap data into Polish map format (MP) convertor -RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ - ${SITE_PERL}/Encode/Locale.pm:${PORTSDIR}/converters/p5-Encode-Locale \ - ${SITE_PERL}/Math/Polygon.pm:${PORTSDIR}/math/p5-Math-Polygon \ - ${SITE_PERL}/Math/Polygon/Tree.pm:${PORTSDIR}/math/p5-Math-Polygon-Tree \ - ${SITE_PERL}/Tree/R.pm:${PORTSDIR}/devel/p5-Tree-R \ - ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/Math/Geometry/Planar/GPC/Polygon.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ + p5-Math-Polygon>=0:${PORTSDIR}/math/p5-Math-Polygon \ + p5-Math-Polygon-Tree>=0:${PORTSDIR}/math/p5-Math-Polygon-Tree \ + p5-Tree-R>=0:${PORTSDIR}/devel/p5-Tree-R \ + p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils LICENSE= GPLv2 diff --git a/converters/p5-PerlIO-via-Unidecode/Makefile b/converters/p5-PerlIO-via-Unidecode/Makefile index 3f4d066ba1d6..c6308859c163 100644 --- a/converters/p5-PerlIO-via-Unidecode/Makefile +++ b/converters/p5-PerlIO-via-Unidecode/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= A perlio layer for Unidecode -BUILD_DEPENDS= ${SITE_PERL}/Text/Unidecode.pm:${PORTSDIR}/converters/p5-Text-Unidecode -RUN_DEPENDS= ${SITE_PERL}/Text/Unidecode.pm:${PORTSDIR}/converters/p5-Text-Unidecode +BUILD_DEPENDS= p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode +RUN_DEPENDS= p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode PERL_CONFIGURE= yes |