diff options
author | az <az@FreeBSD.org> | 2012-06-06 14:19:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-06 14:19:14 +0800 |
commit | abb9ab8d1c0e68dd149ab89c2085a6260c9d3bf3 (patch) | |
tree | 3140ed461ff847e480281e39f8c6c3a8937c3ebc /mail | |
parent | df15238f5c9846de6d232b9d23963240b5dac1f5 (diff) | |
download | freebsd-ports-gnome-abb9ab8d1c0e68dd149ab89c2085a6260c9d3bf3.tar.gz freebsd-ports-gnome-abb9ab8d1c0e68dd149ab89c2085a6260c9d3bf3.tar.zst freebsd-ports-gnome-abb9ab8d1c0e68dd149ab89c2085a6260c9d3bf3.zip |
- Revert my changes with SITE_PERL for ports which require mod_perl2.
Pointy hat: az@
Reported by: pav@
Diffstat (limited to 'mail')
-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 46a578a08dae..0fef3e5e8f39 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+= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .endif MAKE_JOBS_SAFE= yes |