diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 09:30:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 09:30:08 +0000 |
commit | 8a79a9dcc0b5de709d909e72d3771b271f508e35 (patch) | |
tree | ac5b0425ab582a1a02d3568ef1138485835bf36f /russian | |
parent | a195ffde2c604783cf32452ef6e34c515bf6b35f (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
Notes
Notes:
svn path=/head/; revision=298344
Diffstat (limited to 'russian')
-rw-r--r-- | russian/p5-Convert-Cyrillic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/p5-Convert-Cyrillic/Makefile b/russian/p5-Convert-Cyrillic/Makefile index 326e24252a1e..e5d15036f089 100644 --- a/russian/p5-Convert-Cyrillic/Makefile +++ b/russian/p5-Convert-Cyrillic/Makefile @@ -15,7 +15,7 @@ DISTNAME= cyrillic-${PORTVERSION} MAINTAINER= pluknet@gmail.com COMMENT= Routines for converting from one cyrillic charset to another -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 +BUILD_DEPENDS= p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |