diff options
author | wiz <wiz> | 2012-10-31 13:09:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-31 13:09:48 +0000 |
commit | 4b3f3af2d8d6c7cadd61cc343a55a77417e7567d (patch) | |
tree | 5906c5a818403d762c89d0bafb836616684d41a4 /databases | |
parent | ccc4e8c7004b9c3d7d9eb9f0491b79b900a95c83 (diff) | |
download | pkgsrc-4b3f3af2d8d6c7cadd61cc343a55a77417e7567d.tar.gz |
Don't lie to pkgsrc: this is not a GNU configure script.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tdb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 87b32f28143..e5e5fd0bb71 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 12:34:28 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/31 13:09:48 wiz Exp $ # DISTNAME= tdb-1.2.10 @@ -15,8 +15,9 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl # both install tdbtool and tdbdump CONFLICTS+= samba<3.6.6nb3 -GNU_CONFIGURE= YES +HAS_CONFIGURE= YES CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} USE_TOOLS+= gmake PKGCONFIG_OVERRIDE= tdb.pc.in |