diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-28 22:12:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-28 22:12:53 +0000 |
commit | 26128eef61c742806e874e01a13ed2b8f9a6f5fc (patch) | |
tree | 3576d1a0d6619d3e33615640b7d710b661b92c9a /graphics | |
parent | 60be09badf9534e517e3b52ca067ee70d4c868a7 (diff) | |
download | pkgsrc-26128eef61c742806e874e01a13ed2b8f9a6f5fc.tar.gz |
Add USE_CONFIG_WRAPPER.
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" |