diff options
author | swills <swills@FreeBSD.org> | 2011-05-05 11:09:01 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-05-05 11:09:01 +0800 |
commit | 8542e98b693a5a67ec26de3ddfc222ddd0abbdb6 (patch) | |
tree | d3b00d32a94f7a230393f49df3bbd800a2664859 | |
parent | d4dd7c349780e1bdb043f52897639265fef67223 (diff) | |
download | freebsd-ports-gnome-8542e98b693a5a67ec26de3ddfc222ddd0abbdb6.tar.gz freebsd-ports-gnome-8542e98b693a5a67ec26de3ddfc222ddd0abbdb6.tar.zst freebsd-ports-gnome-8542e98b693a5a67ec26de3ddfc222ddd0abbdb6.zip |
- Add missing dependencies on p5-CSS-Minifier-XS and
p5-JavaScript-Minifier-XS
-rw-r--r-- | devel/p5-File-Assets/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-File-Assets/Makefile b/devel/p5-File-Assets/Makefile index 3510bd72bfaf..374d43c0aefb 100644 --- a/devel/p5-File-Assets/Makefile +++ b/devel/p5-File-Assets/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-Assets PORTVERSION= 0.064 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RKRIMEN @@ -24,7 +25,9 @@ BUILD_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Object-Tiny>0:${PORTSDIR}/devel/p5-Object-Tiny \ p5-HTML-Declare>0:${PORTSDIR}/www/p5-HTML-Declare \ p5-XML-Tiny>0:${PORTSDIR}/textproc/p5-XML-Tiny \ - p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy + p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-Minifier-XS \ + p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS RUN_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Directory-Scratch>0:${PORTSDIR}/devel/p5-Directory-Scratch \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ @@ -34,7 +37,9 @@ RUN_DEPENDS= p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-Object-Tiny>0:${PORTSDIR}/devel/p5-Object-Tiny \ p5-HTML-Declare>0:${PORTSDIR}/www/p5-HTML-Declare \ p5-XML-Tiny>0:${PORTSDIR}/textproc/p5-XML-Tiny \ - p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy + p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-Minifier-XS \ + p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS USE_PERL= yes PERL_CONFIGURE= yes |