diff options
author | pav <pav@FreeBSD.org> | 2005-11-17 14:45:14 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-17 14:45:14 +0000 |
commit | 42e3d3abb81d898dfc409cb65ceccf0ec0b026f9 (patch) | |
tree | 2a73989d8e13393452ac59e66fcea480889838c6 /mail/dspam/Makefile | |
parent | 6dbce6d59ab985f08586fea215ca4efded18aa12 (diff) | |
download | FreeBSD-ports-42e3d3abb81d898dfc409cb65ceccf0ec0b026f9.zip FreeBSD-ports-42e3d3abb81d898dfc409cb65ceccf0ec0b026f9.tar.gz |
- Fix WITH_CGI knob (convert to new USE_APACHE)
PR: ports/89150
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r-- | mail/dspam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 4a03b23..3e73623 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -36,6 +36,8 @@ FETCH_BEFORE_ARGS= -v -o ${DISTDIR}/${PORTNAME}-${PORTVERSION}.tar.gz . endif .endif +_UPD_LINE_NO= 22 + ## debug / log / admin options OPTIONS= DEBUG "Enable debugging logging" on OPTIONS+= VERBOSE_DEBUG "Enable debug in LOGDIR/dspam.debug" off @@ -104,8 +106,6 @@ STRIP= PKGMESSAGE= ${WRKSRC}/src/README.FreeBSD -_UPD_LINE_NO= 10 - CONFLICTS= dspam-devel-[0-9]* SIGNATURE_LIFE?= 15 @@ -414,8 +414,8 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE} .endif .if defined(WITH_CGI) +USE_APACHE= 1.3+ LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -RUN_DEPENDS+= ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS+= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS+= ${SITE_PERL}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d |