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 | 7af716330d8569f194a076367d59488d1f4e2a66 (patch) | |
tree | 6625fccd1471e3829f048ba53292a134d2776e44 /lang | |
parent | ded09b6f3d831df9b4c97d5749d1ed8d20d90872 (diff) | |
download | pkgsrc-7af716330d8569f194a076367d59488d1f4e2a66.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 'lang')
-rw-r--r-- | lang/gb/Makefile | 3 | ||||
-rw-r--r-- | lang/japhar/Makefile | 3 | ||||
-rw-r--r-- | lang/vslisp/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile index a5ba67cc168..10ce176464e 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/07/19 19:14:38 jlam Exp $ # DISTNAME= gb-0.0.20 @@ -15,7 +15,6 @@ USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../print/gnome-print/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index bb9647ed937..ca13a1e540f 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/06/06 15:40:15 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/19 19:14:38 jlam Exp $ # DISTNAME= japhar-0.08 @@ -14,7 +14,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake USE_LANGUAGES= c c++ -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig INFO_FILES= # PLIST diff --git a/lang/vslisp/Makefile b/lang/vslisp/Makefile index 024bbb935ed..62e0e56fcbb 100644 --- a/lang/vslisp/Makefile +++ b/lang/vslisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:57 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/19 19:14:39 jlam Exp $ DISTNAME= vslisp-4.0-1 PKGNAME= vslisp-4.0.1 @@ -13,7 +13,6 @@ COMMENT= Embeddable Lisp library and standalone interpreter WRKSRC= ${WRKDIR}/vslisp-4.0 GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vslisp |