diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 12:20:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 12:20:38 +0000 |
commit | 4709d5083d81002c388b93adc95c2fd6233f96c2 (patch) | |
tree | a06edd6391b516e05cc540a95a54bc2cd5a0d8df /textproc | |
parent | 39c6baec1d260fb524f33b550729e3f8155c01e0 (diff) | |
download | pkgsrc-4709d5083d81002c388b93adc95c2fd6233f96c2.tar.gz |
Add libtool buildlink2.mk, per PR 18582 by Julio Merino.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libpspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libpspell/Makefile b/textproc/libpspell/Makefile index 26a01e3c56f..dd1da3b1026 100644 --- a/textproc/libpspell/Makefile +++ b/textproc/libpspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/08/25 18:40:07 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/08 12:20:38 wiz Exp $ # DISTNAME= pspell-.12.2 @@ -19,4 +19,5 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/pspell +.include "../../devel/libtool/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |