diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-31 13:09:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-31 13:09:48 +0000 |
commit | b1ceb4997fa77eb11c2b489d71330bba1e6fd871 (patch) | |
tree | 5906c5a818403d762c89d0bafb836616684d41a4 | |
parent | b7e4d4d63121b7b774f5160e06b8293693c3d76e (diff) | |
download | pkgsrc-b1ceb4997fa77eb11c2b489d71330bba1e6fd871.tar.gz |
Don't lie to pkgsrc: this is not a GNU configure script.
-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 |