diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 07:02:36 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 07:02:36 +0000 |
commit | bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef (patch) | |
tree | 5aeef25df465c579cfb0aeccdd03201c140367cd /textproc/p5-RTF-Writer | |
parent | 8408ccfbc38e42b74038cc264147c753a8b153fc (diff) | |
download | ports-bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef.tar.gz ports-bc08cdec761b3b0041fb2b0f8d0d9df096fc92ef.zip |
Notes
Diffstat (limited to 'textproc/p5-RTF-Writer')
-rw-r--r-- | textproc/p5-RTF-Writer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-RTF-Writer/Makefile b/textproc/p5-RTF-Writer/Makefile index 48890ed9369c..96dc6c42ce6c 100644 --- a/textproc/p5-RTF-Writer/Makefile +++ b/textproc/p5-RTF-Writer/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for generating documents in Rich Text Format -BUILD_DEPENDS= ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size +BUILD_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |