diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2012-01-16 20:18:06 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-01-16 20:18:06 +0000 |
commit | 5066df799de5fb60866b980b3a899c08991b10a4 (patch) | |
tree | eee4c74917de207be0f28adb1cda488b29335e50 /devel/gearmand/Makefile | |
parent | 2ba486a5a6c056ab3ab6349e4d48daa9b238b532 (diff) |
Notes
Diffstat (limited to 'devel/gearmand/Makefile')
-rw-r--r-- | devel/gearmand/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 557ea774aa5b..824662cbc97d 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -224,8 +224,7 @@ CONFIGURE_ARGS+= --disable-libpq .ifdef(WITH_SQLITE) BUILD_DEPENDS+= sqlite3>=3.0.0:${PORTSDIR}/databases/sqlite3 LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 -CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}/lib -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure +CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .else CONFIGURE_ARGS+= --without-sqlite3 .endif |