From 42e3d3abb81d898dfc409cb65ceccf0ec0b026f9 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 17 Nov 2005 14:45:14 +0000 Subject: - Fix WITH_CGI knob (convert to new USE_APACHE) PR: ports/89150 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) --- mail/dspam/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/dspam/Makefile') 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 -- cgit v1.1