diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 17:21:32 +0000 |
commit | ec993afa1a03c673838b24572cfaae5ebd9fb235 (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /finance | |
parent | 12db50c706ca0bcbc78542f31d7719bf81af8ece (diff) | |
download | pkgsrc-ec993afa1a03c673838b24572cfaae5ebd9fb235.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 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 3 | ||||
-rw-r--r-- | finance/kmymoney2/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 5aac12e99f3..55e58f9dee7 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2004/02/08 03:00:29 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2004/02/14 17:21:39 jlam Exp $ DISTNAME= gnucash-1.8.8 PKGREVISION= 2 @@ -21,7 +21,6 @@ BUILD_DEPENDS+= bison>=1.28:../../devel/bison USE_GNU_TOOLS+= make USE_X11= YES USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool # LIBTOOL_FLAGS+= --preserve-dup-deps USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 7396be0c75c..42babff46d5 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/23 21:50:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/14 17:21:40 jlam Exp $ DISTNAME= kmymoney2-0.5.1 PKGREVISION= 6 @@ -14,7 +14,7 @@ USE_BUILDLINK2= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES -SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool +SHLIBTOOL_OVERRIDE= libtool CONFIGURE_ARGS+= --enable-mt |