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 /www/codeigniter17 | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) | |
download | ports-7a0bd317631d50743f0a374e87553b67823ce01b.tar.gz ports-7a0bd317631d50743f0a374e87553b67823ce01b.zip |
Notes
Diffstat (limited to 'www/codeigniter17')
-rw-r--r-- | www/codeigniter17/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/codeigniter17/Makefile b/www/codeigniter17/Makefile index 060026fc8e28..99cdc7d95b6b 100644 --- a/www/codeigniter17/Makefile +++ b/www/codeigniter17/Makefile @@ -70,7 +70,7 @@ OPTIONS= APACHE "Configure for Apache-2.x" off \ .include <bsd.port.pre.mk> .if defined(WITH_APACHE) -USE_APACHE= 2.0+ +USE_APACHE= 20+ PLIST_SUB+= NOAPACHE="" CONFDIR=${CONFDIR_REL} CONFDIR= ${PREFIX}/${CONFDIR_REL} |