diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 13:18:35 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 13:18:35 +0000 |
commit | 1bb66fc5218ae3d07a3a1e613448ff9ee98464bc (patch) | |
tree | 52c3130b1e75fb5ac8f083249b92bb559f73e912 /textproc/p5-Text-Quoted | |
parent | affe5b8a9518bce82299e3b40035f0ae0fe1fdbb (diff) | |
download | ports-1bb66fc5218ae3d07a3a1e613448ff9ee98464bc.tar.gz ports-1bb66fc5218ae3d07a3a1e613448ff9ee98464bc.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes:
svn path=/head/; revision=298353
Diffstat (limited to 'textproc/p5-Text-Quoted')
-rw-r--r-- | textproc/p5-Text-Quoted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index 2ba4986dc744..ebb01b6e6e03 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Text::Quoted - Extract the structure of a quoted mail message -BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat +BUILD_DEPENDS= p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |