diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 02:58:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 02:58:34 +0000 |
commit | f09059cc338d45e816a1c067b020c2828f68f4e4 (patch) | |
tree | 9733e402cff1bff52862c434a3e1ef9927cd7e49 /mail/p5-qpsmtpd | |
parent | 11bd290c5b0bb9c38b434c426176709b3f80385d (diff) | |
download | ports-f09059cc338d45e816a1c067b020c2828f68f4e4.tar.gz ports-f09059cc338d45e816a1c067b020c2828f68f4e4.zip |
Notes
Diffstat (limited to 'mail/p5-qpsmtpd')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 0fef3e5e8f39..46a578a08dae 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS = MODPERL "Enable Apache Support via mod_perl" On .ifdef WITH_MODPERL -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 .endif MAKE_JOBS_SAFE= yes |