diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 14:19:14 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 14:19:14 +0800 |
commit | 76d4d8ef82ef66caf2513f74a3e72624c203cc9d (patch) | |
tree | 07f41283903e7d162daaa33094ee2d73541066e1 /mail/p5-qpsmtpd | |
parent | 15b3c0ae6c0e9bd7462cd689a09cdd99c41bd0d8 (diff) | |
download | freebsd-ports-gnome-76d4d8ef82ef66caf2513f74a3e72624c203cc9d.tar.gz freebsd-ports-gnome-76d4d8ef82ef66caf2513f74a3e72624c203cc9d.tar.zst freebsd-ports-gnome-76d4d8ef82ef66caf2513f74a3e72624c203cc9d.zip |
- Revert my changes with SITE_PERL for ports which require mod_perl2.
Pointy hat: az@
Reported by: pav@
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 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 |