diff options
author | asau <asau@pkgsrc.org> | 2014-06-27 23:02:04 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-27 23:02:04 +0000 |
commit | ca272d66da1cbdc2dae58e23b9bd89938f4f4e61 (patch) | |
tree | 1b1b69c7d36740a5e6200250daa4014ca5f93832 /devel | |
parent | dd513ef573b62919a49bb2c4541bd71eee6fa80a (diff) | |
download | pkgsrc-ca272d66da1cbdc2dae58e23b9bd89938f4f4e61.tar.gz |
"configure" is a wrapper script around "waf", it is not GNU configure definitly.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/talloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index d9227c5a54e..503721a3fba 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/30 13:51:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/06/27 23:02:04 asau Exp $ DISTNAME= talloc-2.1.1 CATEGORIES= devel @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes # wrapper script around WAF USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= talloc.pc.in |