diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /mail/dspam-devel | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes:
svn path=/head/; revision=280086
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 7555226051d0..65b28b995959 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -12,6 +12,7 @@ PORTNAME= dspam PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later @@ -413,7 +414,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE} . if defined(WITH_LIGHTTPD) RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd . else -USE_APACHE= 1.3+ +USE_APACHE= 13+ . endif LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD |