diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-24 03:05:16 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-24 03:05:16 +0000 |
commit | 0926a9a82fece585d016053d690547b3ae5e4723 (patch) | |
tree | 86327ef2413147e6c24a9f24fb42d1b1ab51e8b1 /net/bug-buddy/Makefile | |
parent | a3398085e876bf107cbd8c7191cf46f63f750f46 (diff) | |
download | pkgsrc-0926a9a82fece585d016053d690547b3ae5e4723.tar.gz |
Fix build with XFree86.
Diffstat (limited to 'net/bug-buddy/Makefile')
-rw-r--r-- | net/bug-buddy/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bug-buddy/Makefile b/net/bug-buddy/Makefile index a7599ebf04d..35080dfa0b2 100644 --- a/net/bug-buddy/Makefile +++ b/net/bug-buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2008/12/02 10:34:46 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2008/12/24 03:05:16 jmcneill Exp $ # DISTNAME= bug-buddy-2.24.2 @@ -16,12 +16,16 @@ GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= autoconf USE_LIBTOOL= YES USE_LANGUAGES= c c++ CPPFLAGS+= -I${LOCALBASE}/include/libelf GCONF_SCHEMAS= bug-buddy.schemas +pre-configure: + cd ${WRKSRC} && autoconf -f + .include "options.mk" .include "../../mk/omf-scrollkeeper.mk" |