diff options
| author | Steve Wills <swills@FreeBSD.org> | 2012-04-25 19:27:12 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2012-04-25 19:27:12 +0000 |
| commit | 02e3d68a652bedb69e85f2ae8b3b511a949bec79 (patch) | |
| tree | 792e652be396b2135c5c5a1a655709e1f502a9a9 /databases | |
| parent | Fix typo in Makefile (diff) | |
- Fix COMMENT
- Specifically disable dtrace support so that if it's enabled in the
system it doesn't cause a build failure. Need to chase this more.
Notes
Notes:
svn path=/head/; revision=295522
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/p5-Memcached-libmemcached/Makefile | 4 |
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> |
