diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-28 22:21:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-28 22:21:15 +0000 |
commit | 76c0865a3fc06cb3abf98c195452e11fbbfbb614 (patch) | |
tree | b0e96257f4967e5aecef09494d4509efe4bde961 | |
parent | e957aa7ef3cb8080fd17de91e87df63099106935 (diff) | |
download | pkgsrc-76c0865a3fc06cb3abf98c195452e11fbbfbb614.tar.gz |
Set USE_CONFIG_WRAPPER.
-rw-r--r-- | graphics/ogle_gui/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/ogle_gui/Makefile b/graphics/ogle_gui/Makefile index e9a746471fd..2dd9a75224d 100644 --- a/graphics/ogle_gui/Makefile +++ b/graphics/ogle_gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:13 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/28 22:21:15 wiz Exp $ DISTNAME= ogle_gui-0.8.2 PKGREVISION= 1 @@ -19,9 +19,10 @@ DEPENDS+= libglade>=0.17nb1:../../devel/libglade CONFIGURE_ARGS+=--bindir=${PREFIX}/lib/ogle -GNU_CONFIGURE= yes -USE_GMAKE= yes -#USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_CONFIG_WRAPPER= yes +#USE_LIBTOOL= yes BUILDLINK_DEPENDS.libxml2= libxml2>=2.4.5 #LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |