diff options
author | jlam <jlam> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 17:21:32 +0000 |
commit | c46da24c142eef5eab634a945d7e1d201115cb8b (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /devel/libgnomeui | |
parent | 3edd1034586f43044621b6199d089c2117f97947 (diff) | |
download | pkgsrc-c46da24c142eef5eab634a945d7e1d201115cb8b.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'devel/libgnomeui')
-rw-r--r-- | devel/libgnomeui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index b3b8d410ef1..4866a64ec07 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/13 12:59:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/14 17:21:38 jlam Exp $ # DISTNAME= libgnomeui-2.4.0.1 @@ -20,12 +20,11 @@ USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make USE_PERL5= yes USE_X11= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html -USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_BASE= ${WRKSRC}/libgnomeui/libgnomeui-2.0.pc PKGCONFIG_OVERRIDE= ${PKGCONFIG_BASE}.in |