diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 11:22:18 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 11:22:18 +0000 |
commit | 587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce (patch) | |
tree | e707935bbf81c616a07f69805dd92a8c79bde0f1 /devel/p5-Project-Gantt/Makefile | |
parent | 42ee64c3c49cce8010fc9fe7a32d20439eab591b (diff) | |
download | ports-587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce.tar.gz ports-587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce.zip |
Notes
Diffstat (limited to 'devel/p5-Project-Gantt/Makefile')
-rw-r--r-- | devel/p5-Project-Gantt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Project-Gantt/Makefile b/devel/p5-Project-Gantt/Makefile index 950851bb4b22..0be67f734d56 100644 --- a/devel/p5-Project-Gantt/Makefile +++ b/devel/p5-Project-Gantt/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create Gantt charts to manage project scheduling -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/Date.pm:${PORTSDIR}/devel/p5-Class-Date \ - ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick +BUILD_DEPENDS= p5-Class-Date>=0:${PORTSDIR}/devel/p5-Class-Date \ + ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |