diff options
Diffstat (limited to 'www/htmlobject/Makefile')
-rw-r--r-- | www/htmlobject/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile index 03cbb4372be0..6372ae2f5740 100644 --- a/www/htmlobject/Makefile +++ b/www/htmlobject/Makefile @@ -15,8 +15,8 @@ DISTNAME= lib${PORTNAME}-perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= HTML Document Object -BUILD_DEPENDS= ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip +BUILD_DEPENDS= p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip PERL_CONFIGURE= yes |