diff options
author | az <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-01 13:42:55 +0800 |
commit | fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7 (patch) | |
tree | 05e35e823c6c0839698e5cbca1fb402d5046521c /mail | |
parent | 1012906806e6b8c0a4e2370861093f5cd51d2a52 (diff) | |
download | freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.gz freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.tar.zst freebsd-ports-gnome-fe3a448ba66eb86df0ac94a0aebfbeb86cc59ab7.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 0fef3e5e8f39..b5c243dcf571 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -28,7 +28,8 @@ 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 +USE_APACHE= 20+ +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 .endif MAKE_JOBS_SAFE= yes |