diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-12 05:00:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-12 05:00:35 +0800 |
commit | 4398ca489cd8353f7c54b830262cdfd2d059cdc8 (patch) | |
tree | d7ad2d77068e012c4eead36c5f2d1a52a6cf47fa | |
parent | c309654eceaf1905635b2abeadf4157ffc068c33 (diff) | |
download | freebsd-ports-graphics-4398ca489cd8353f7c54b830262cdfd2d059cdc8.tar.gz freebsd-ports-graphics-4398ca489cd8353f7c54b830262cdfd2d059cdc8.tar.zst freebsd-ports-graphics-4398ca489cd8353f7c54b830262cdfd2d059cdc8.zip |
Unbreak
Pointy hat: brnrd
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-passenger/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 9772b27d226..c50346a003a 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 diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile index f5de86abc5f..4449122026d 100644 --- a/www/rubygem-passenger/Makefile +++ b/www/rubygem-passenger/Makefile @@ -35,7 +35,7 @@ USES+= apache:2.2+ USE_RUBY= yes RAKE_BIN= ${LOCALBASE}/bin/rake -USES= cpe gem libtool python:env shebangfix ssl +USES+= cpe gem libtool python:env shebangfix ssl SHEBANG_FILES= \ src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py \ dev/vagrant/nginx_start \ |