diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2009-07-15 01:38:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2009-07-15 01:38:46 +0000 |
commit | 2a61a67ba6b938ec2ba79dee7f8658b0540faa20 (patch) | |
tree | 96fccba1e70c3371e792aae89f4185ead7a9ef39 /databases/libmemcached | |
parent | a07e750d893c519455e700941661369310973bdd (diff) | |
download | ports-2a61a67ba6b938ec2ba79dee7f8658b0540faa20.tar.gz ports-2a61a67ba6b938ec2ba79dee7f8658b0540faa20.zip |
Notes
Diffstat (limited to 'databases/libmemcached')
-rw-r--r-- | databases/libmemcached/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index ec0f1524b257..b472012f78b7 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -17,6 +17,7 @@ COMMENT= A C and C++ client library to the memcached server USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig +CONFIGURE_ARGS= --with-memcached=no post-patch: ${REINPLACE_CMD} -e 's|^pkgconfigdir.*|pkgconfigdir = $${PREFIX}/libdata/pkgconfig|' \ |