diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 03:00:12 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 03:00:12 +0800 |
commit | 2bdea797d1b7845f1c498affc7b897bf3b18b6d1 (patch) | |
tree | aa1c5393dd529b601103ed22bf6b6ae9309db718 /print | |
parent | c86974756831dfa075be404ab16b7560636d8979 (diff) | |
download | freebsd-ports-graphics-2bdea797d1b7845f1c498affc7b897bf3b18b6d1.tar.gz freebsd-ports-graphics-2bdea797d1b7845f1c498affc7b897bf3b18b6d1.tar.zst freebsd-ports-graphics-2bdea797d1b7845f1c498affc7b897bf3b18b6d1.zip |
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/
Diffstat (limited to 'print')
-rw-r--r-- | print/openprinting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index 12390a00f8b..ce69915bd2f 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+=\ # NOTE: This has only been tested with www/apache20, with integrated APR. .if defined(WITH_MOD_IPP) -USE_APACHE= 2.0 +USE_APACHE= 20 CONFIGURE_ARGS+=--with-apache=${LOCALBASE} .else CONFIGURE_ARGS+=--without-apache |