summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Memcached-libmemcached/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Memcached-libmemcached/Makefile b/databases/p5-Memcached-libmemcached/Makefile
index 95e918e7ac96..8bc83781a5a8 100644
--- a/databases/p5-Memcached-libmemcached/Makefile
+++ b/databases/p5-Memcached-libmemcached/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= swills@FreeBSD.org
-COMMENT= Report on and update an SQLite database
+COMMENT= Thin fast full interface to the libmemcached client API
PERL_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -48,6 +48,6 @@ MAN3= Memcached::libmemcached.3 \
Memcached::libmemcached::memcached_version.3
post-patch:
- @${REINPLACE_CMD} -e '/my $$configure_args/ s|--disable-shared|& --without-memcached|' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -e '/my $$configure_args/ s|--disable-shared|& --without-memcached --disable-dtrace|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>