aboutsummaryrefslogtreecommitdiff
path: root/devel/apr2
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-04-29 18:01:01 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-04-29 18:01:01 +0000
commit11fcb5b118ad1b5bdfbdcefca1b2e0f3166c4357 (patch)
tree8d107efe1d1fe86726559157da65aad8b87b30d0 /devel/apr2
parenteecc309802e87c591d8e35a82b02c8691efd628a (diff)
downloadports-11fcb5b118ad1b5bdfbdcefca1b2e0f3166c4357.tar.gz
ports-11fcb5b118ad1b5bdfbdcefca1b2e0f3166c4357.zip
--withX-sqlite is an apr-util option not apr
This doesn't change the package, just gets rid of a warning configure: WARNING: Unrecognized options: --without-sqlite3 With Hat: apache@
Notes
Notes: svn path=/head/; revision=253433
Diffstat (limited to 'devel/apr2')
-rw-r--r--devel/apr2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile
index 491b68ac1291..fd2477772f71 100644
--- a/devel/apr2/Makefile
+++ b/devel/apr2/Makefile
@@ -177,14 +177,14 @@ PLIST_SUB+= PGSQL="@comment "
APU_EXTRAS= yes
PLIST_SUB+= SQLITE3=""
USE_SQLITE= YES
-CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}
+APU_CONF_ARGS+= --with-sqlite3=${LOCALBASE}
.if defined(PKGNAMESUFFIX)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-sqlite3
.else
PKGNAMESUFFIX= -sqlite3
.endif
.else
-CONFIGURE_ARGS+= --without-sqlite3
+APU_CONF_ARGS+= --without-sqlite3
PLIST_SUB+= SQLITE3="@comment "
.endif