diff options
author | leeym <leeym@FreeBSD.org> | 2009-10-26 15:55:37 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-10-26 15:55:37 +0800 |
commit | ab7b2019a98cb64fb43c00472c3707819eeb5d5a (patch) | |
tree | c65d3dce1c093804f409f25dc139545a24ad4351 /net | |
parent | d63f6eb39a584c41262e615a0172f19f6c40f48a (diff) | |
download | freebsd-ports-gnome-ab7b2019a98cb64fb43c00472c3707819eeb5d5a.tar.gz freebsd-ports-gnome-ab7b2019a98cb64fb43c00472c3707819eeb5d5a.tar.zst freebsd-ports-gnome-ab7b2019a98cb64fb43c00472c3707819eeb5d5a.zip |
- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SMS-PChome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-SMS-PChome/Makefile b/net/p5-Net-SMS-PChome/Makefile index f8f2102bd8bf..a2a6652e1271 100644 --- a/net/p5-Net-SMS-PChome/Makefile +++ b/net/p5-Net-SMS-PChome/Makefile @@ -16,7 +16,7 @@ COMMENT= Send SMS messages via the sms.pchome.com.tw service BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ ${SITE_PERL}/HTML/TagParser.pm:${PORTSDIR}/www/p5-HTML-TagParser \ - ${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 |