aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-03-11 18:36:16 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-03-11 18:36:16 +0000
commitf0229aab54b772b41a9c415e060966edd224fbd6 (patch)
tree01d887f81b4a19b4080524459aff15fedda1fb0b /mail/dspam
parentb990a496b17f4bc8d19687d4272c3dc1a410bed4 (diff)
downloadports-f0229aab54b772b41a9c415e060966edd224fbd6.tar.gz
ports-f0229aab54b772b41a9c415e060966edd224fbd6.zip
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache
Notes
Notes: svn path=/head/; revision=464193
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 9ccbad7878db..679b788bd5ef 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -397,7 +397,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE}
. if ${PORT_OPTIONS:MLIGHTTPD}
RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:www/lighttpd
. else
-USE_APACHE_RUN= 22+
+USES+= apache:2.2+
. endif
LIB_DEPENDS+= libgd.so:graphics/gd
RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD