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 /databases/openldap | |
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 'databases/openldap')
-rw-r--r-- | databases/openldap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 78945750dff..c0d99540c0b 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2004/02/14 11:31:50 jlam Exp $ +# $NetBSD: Makefile,v 1.68 2004/02/14 17:21:36 jlam Exp $ DISTNAME= openldap-2.1.25 SVR4_PKGNAME= oldap @@ -18,7 +18,6 @@ USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PTHREAD_OPTS+= require TEST_TARGET= test |