diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-05 15:32:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-05 15:32:16 +0000 |
commit | efe05fc24218279efea78c88d593670dad0c32a9 (patch) | |
tree | a2a337890414d8181f71710928cdbbcefe8d2223 | |
parent | 45ea860907b9024895802d1330ccb2c3649244d5 (diff) | |
download | pkgsrc-efe05fc24218279efea78c88d593670dad0c32a9.tar.gz |
Remove libtool/buildlink.mk; package does not depend on installed libtool.
-rw-r--r-- | textproc/libpspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libpspell/Makefile b/textproc/libpspell/Makefile index 6d529089da6..7a430a51442 100644 --- a/textproc/libpspell/Makefile +++ b/textproc/libpspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/24 13:49:40 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/05 15:32:16 wiz Exp $ # DISTNAME= pspell-.12.2 @@ -19,5 +19,4 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/pspell USE_BUILDLINK_ONLY= YES -.include "../../devel/libtool/buildlink.mk" .include "../../mk/bsd.pkg.mk" |