diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ogle/Makefile b/graphics/ogle/Makefile index 293edaee467..b6764def0c8 100644 --- a/graphics/ogle/Makefile +++ b/graphics/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/18 20:08:25 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/28 22:12:53 wiz Exp $ DISTNAME= ogle-0.8.2 CATEGORIES= graphics @@ -21,6 +21,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_CONFIG_WRAPPER= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/gettext-lib/buildlink.mk" |