diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-24 19:55:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-24 19:55:24 +0000 |
commit | 44365b865d00ca79cf947c41b3f26773d1f0f87a (patch) | |
tree | e6d40ad22fb6c44b8cd49eadcb94b212a5a60c78 /databases/libcassandra/Makefile | |
parent | 2b5666f0ba4ccb75334a5e9a26043c5e97372d59 (diff) | |
download | pkgsrc-44365b865d00ca79cf947c41b3f26773d1f0f87a.tar.gz |
configure (ab)uses Perl
Diffstat (limited to 'databases/libcassandra/Makefile')
-rw-r--r-- | databases/libcassandra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libcassandra/Makefile b/databases/libcassandra/Makefile index bebcf6e3ac3..4b76afd93f6 100644 --- a/databases/libcassandra/Makefile +++ b/databases/libcassandra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/04/22 13:43:13 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/09/24 19:55:24 joerg Exp $ # DISTNAME= libcassandra-20101010 @@ -17,6 +17,7 @@ COMMENT= C++ interface to Cassandra USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_TOOLS+= perl .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" |