diff options
author | sem <sem@FreeBSD.org> | 2005-05-27 16:56:30 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-27 16:56:30 +0800 |
commit | 59ab2a0864b89399a28df85ffd72a13c1f78a490 (patch) | |
tree | 8c3771b67853fc3913205db0139168ecf8ecec22 /www/libapreq2 | |
parent | ffe00c09d25aa29072c1692f6044af5e1aaa97b8 (diff) | |
download | freebsd-ports-gnome-59ab2a0864b89399a28df85ffd72a13c1f78a490.tar.gz freebsd-ports-gnome-59ab2a0864b89399a28df85ffd72a13c1f78a490.tar.zst freebsd-ports-gnome-59ab2a0864b89399a28df85ffd72a13c1f78a490.zip |
- Add missed dependency
Reported by: kris via pointyhat
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index 27614fc7567d..43c64f9dae45 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -17,7 +17,8 @@ MAINTAINER= autrijus@autrijus.org COMMENT= Generic Apache2 Request Library BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ - ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder + ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \ + ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} WITH_APACHE2= yes |