diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-04-29 18:01:01 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-04-29 18:01:01 +0000 |
commit | 11fcb5b118ad1b5bdfbdcefca1b2e0f3166c4357 (patch) | |
tree | 8d107efe1d1fe86726559157da65aad8b87b30d0 /devel/apr1 | |
parent | eecc309802e87c591d8e35a82b02c8691efd628a (diff) |
Notes
Diffstat (limited to 'devel/apr1')
-rw-r--r-- | devel/apr1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 491b68ac1291..fd2477772f71 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/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 |