View | Details | Raw Unified | Return to bug 144051
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
.if defined(WITH_IGBINARY)
35
.if defined(WITH_IGBINARY)
36
CONFIGURE_ARGS+=--enable-memcached-igbinary
36
CONFIGURE_ARGS+=--enable-memcached-igbinary
37
BUILD_DEPENDS+=	${LOCALBASE}lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
37
BUILD_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
38
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
38
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/igbinary
39
.endif
39
.endif

Return to bug 144051