diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
commit | fbed0f13c124b64c21bf0c2e498f5b3982374e66 (patch) | |
tree | 8600124d807772040fd9a55e57ef7c2c57829eb5 /textproc/p5-RADIUS-UserFile | |
parent | 80ec74d48e0f44cf8e62bceede4a391083392167 (diff) | |
download | ports-fbed0f13c124b64c21bf0c2e498f5b3982374e66.tar.gz ports-fbed0f13c124b64c21bf0c2e498f5b3982374e66.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298368
Diffstat (limited to 'textproc/p5-RADIUS-UserFile')
-rw-r--r-- | textproc/p5-RADIUS-UserFile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-RADIUS-UserFile/Makefile b/textproc/p5-RADIUS-UserFile/Makefile index f0a8fb9b3b16..a6a9bd00fe15 100644 --- a/textproc/p5-RADIUS-UserFile/Makefile +++ b/textproc/p5-RADIUS-UserFile/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for manipulating a RADIUS users file -BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |