diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-19 19:14:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-19 19:14:37 +0000 |
commit | fb240e0a976fd8240cad2a079e6c8c0790a4b5c5 (patch) | |
tree | 6625fccd1471e3829f048ba53292a134d2776e44 /chat | |
parent | 30244a1915edc0b424abf340a9d5cb10320247a2 (diff) | |
download | pkgsrc-fb240e0a976fd8240cad2a079e6c8c0790a4b5c5.tar.gz |
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gale/Makefile | 3 | ||||
-rw-r--r-- | chat/icqlib/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 6b69f2bbc6d..448eb231190 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/03/04 21:29:03 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/07/19 19:14:37 jlam Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f @@ -13,7 +13,6 @@ COMMENT= Secure instant messaging system USE_GNU_READLINE= yes # needs rl_named_function() USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/liboopltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= PROG_GLIB_CONFIG=${GLIB_CONFIG:Q} diff --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile index e4acb7b2706..c79603b0631 100644 --- a/chat/icqlib/Makefile +++ b/chat/icqlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/06 14:38:31 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/19 19:14:37 jlam Exp $ DISTNAME= icqlib-1.0.0 PKGREVISION= 3 @@ -13,6 +13,5 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |