aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-memcached
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 17:28:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-31 17:28:49 +0000
commitcce24659b67736186a5e5a4520f6028c1811d68c (patch)
treee9383699dacb6d5bb4d1ddc9c50d1f9ea0df68c9 /databases/pecl-memcached
parente0282ebdb27a8f523ce63eeec3bf371661e31cea (diff)
downloadports-cce24659b67736186a5e5a4520f6028c1811d68c.tar.gz
ports-cce24659b67736186a5e5a4520f6028c1811d68c.zip
Notes
Diffstat (limited to 'databases/pecl-memcached')
-rw-r--r--databases/pecl-memcached/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile
index 48ad99bffe72..cbcc407f21e7 100644
--- a/databases/pecl-memcached/Makefile
+++ b/databases/pecl-memcached/Makefile
@@ -3,7 +3,7 @@
PORTNAME= memcached
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -33,8 +33,8 @@ IGBINARY_DESC= Binary serializer support
.if ${PORT_OPTIONS:MIGBINARY}
CONFIGURE_ARGS+=--enable-memcached-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
+BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/pecl-igbinary
+RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/igbinary.so:${PORTSDIR}/converters/pecl-igbinary
.endif
.include <bsd.port.mk>