diff options
author | az <az@FreeBSD.org> | 2012-06-04 10:58:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 10:58:34 +0800 |
commit | 76482a0a1c25304f468c7f48d2a4623b8fdd2ad3 (patch) | |
tree | ba990181c3f097ab06085bad3eddd8efcc7082b6 /mail/p5-qpsmtpd | |
parent | 70963a6e2f3ef9dc1afff6e0010bcf021ca463e4 (diff) | |
download | freebsd-ports-gnome-76482a0a1c25304f468c7f48d2a4623b8fdd2ad3.tar.gz freebsd-ports-gnome-76482a0a1c25304f468c7f48d2a4623b8fdd2ad3.tar.zst freebsd-ports-gnome-76482a0a1c25304f468c7f48d2a4623b8fdd2ad3.zip |
- Remove SITE_PERL from *_DEPENDS
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 |