diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 15:49:25 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-10 15:49:25 +0000 |
commit | ce6b44aa3f7d2bcc4e638214ef4bd453c64de1ab (patch) | |
tree | 9b0a87483e5198271e64631e62d8a21b83e04004 /databases/pecl-memcached | |
parent | 6018ce04c5594931fede228e1634f637c35cb5ce (diff) | |
download | freebsd-ports-ce6b44aa3f7d2bcc4e638214ef4bd453c64de1ab.zip |
Fix build with custom LOCALBASE.
Reported by: QATty
Approved by: portmgr (itetcu@)
Diffstat (limited to 'databases/pecl-memcached')
-rw-r--r-- | databases/pecl-memcached/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile index eb67a98caa74..e3b6481380a2 100644 --- a/databases/pecl-memcached/Makefile +++ b/databases/pecl-memcached/Makefile @@ -25,6 +25,7 @@ USE_PHP= session USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes +CONFIGURE_ARGS+=--with-libmemcached-dir=${LOCALBASE} post-install: @${CAT} ${WRKSRC}/EXPERIMENTAL |