diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-11 21:00:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-11 21:00:35 +0000 |
commit | de1c130ff4acaf2aae72da961b5e2dccb3fe5010 (patch) | |
tree | d7ad2d77068e012c4eead36c5f2d1a52a6cf47fa /mail/p5-qpsmtpd | |
parent | 40343e7677f1578b35e1797fcdd0e0cd7a83da4d (diff) |
Unbreak
Pointy hat: brnrd
Notes
Notes:
svn path=/head/; revision=464208
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 9772b27d226a..c50346a003a0 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -31,7 +31,7 @@ USES+= apache:run,2.2+ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 .endif -USES= perl5 +USES+= perl5 USE_PERL5= configure NO_ARCH= yes |