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 | |
parent | eecc309802e87c591d8e35a82b02c8691efd628a (diff) | |
download | ports-11fcb5b118ad1b5bdfbdcefca1b2e0f3166c4357.tar.gz ports-11fcb5b118ad1b5bdfbdcefca1b2e0f3166c4357.zip |
Notes
-rw-r--r-- | devel/apr/Makefile | 4 | ||||
-rw-r--r-- | devel/apr0/Makefile | 4 | ||||
-rw-r--r-- | devel/apr1/Makefile | 4 | ||||
-rw-r--r-- | devel/apr2/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 491b68ac1291..fd2477772f71 100644 --- a/devel/apr/Makefile +++ b/devel/apr/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 diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 491b68ac1291..fd2477772f71 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/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 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 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 |