diff options
Diffstat (limited to 'databases/pecl-memcached/Makefile')
-rw-r--r-- | databases/pecl-memcached/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile index 4c454d324ff4..b7888c6bfeb2 100644 --- a/databases/pecl-memcached/Makefile +++ b/databases/pecl-memcached/Makefile @@ -36,7 +36,7 @@ OPTIONS= IGBINARY "Binary serializer support" off .if defined(WITH_IGBINARY) CONFIGURE_ARGS+=--enable-memcached-igbinary -BUILD_DEPENDS+= ${LOCALBASE}lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary +BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary .endif |