diff options
author | jlam <jlam> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 17:21:49 +0000 |
commit | b45eb2df79959745d55a13ebb9be1bf0249b1cbd (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /x11/gnome2-control-center | |
parent | 32369af4aa7c6b66ccff80e3a8958db1e50cf726 (diff) | |
download | pkgsrc-b45eb2df79959745d55a13ebb9be1bf0249b1cbd.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 'x11/gnome2-control-center')
-rw-r--r-- | x11/gnome2-control-center/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gnome2-control-center/Makefile b/x11/gnome2-control-center/Makefile index 365029a21d4..ca05bd3b840 100644 --- a/x11/gnome2-control-center/Makefile +++ b/x11/gnome2-control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/02/14 14:48:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2004/02/14 17:21:55 jlam Exp $ # DISTNAME= control-center-2.4.0 @@ -20,13 +20,11 @@ USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make +USE_LIBTOOL= yes USE_X11= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - GCONF2_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas GCONF2_SCHEMAS+= apps_gnome_settings_daemon_screensaver.schemas GCONF2_SCHEMAS+= desktop_gnome_font_rendering.schemas |