diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-26 07:55:37 +0000 |
commit | 868cb0f55356bda1a83f20c6009588136aa8b409 (patch) | |
tree | 7c9ec7836731b6900d1030dee9787124d835433d /security | |
parent | 98ec9a1b75899f665b2e3a80daa1e72caedaa4ab (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-CSP/Makefile | 2 | ||||
-rw-r--r-- | security/swatch/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 0541a9f0a8d7..94f9fa5779b8 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lx@FreeBSD.org COMMENT= A Perl tool for managing Certificate Authorities -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ +BUILD_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Term/Prompt.pm:${PORTSDIR}/devel/p5-Term-Prompt \ ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/security/swatch/Makefile b/security/swatch/Makefile index b8ca0a4ce674..3dff3b1bde03 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -17,7 +17,7 @@ COMMENT= The Simple WATCHer and filter BUILD_DEPENDS= ${BUILD_DEPENDS_56} \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc + ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |