diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch) | |
tree | 0568d65daffcf341d48d7a3227af1e668328225a /textproc/htdig | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 1348f633d868..718b91f2d062 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -7,7 +7,7 @@ PORTNAME= htdig PORTVERSION= 3.2.0.b6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc www MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/3.2.0b6 @@ -39,7 +39,7 @@ OPTIONS= APACHE "Include ${APACHE_PORT} as a dependency" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_APACHE) -USE_APACHE= 1.3+ +USE_APACHE= 13+ CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin .include "${PORTSDIR}/Mk/bsd.apache.mk" . if ${APACHE_VERSION} > 13 |