diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 18:38:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 18:38:05 +0000 |
commit | e2afa97f51a1f72e6618533019aaaae07b7d3cf2 (patch) | |
tree | d2b31bb9a6a069ebfb63079b9dddde1e6688bc4b /textproc/libpspell/Makefile | |
parent | e97ad43756dc8382d2c6cb8a7ae09be0eb540f67 (diff) | |
download | pkgsrc-e2afa97f51a1f72e6618533019aaaae07b7d3cf2.tar.gz |
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
Diffstat (limited to 'textproc/libpspell/Makefile')
-rw-r--r-- | textproc/libpspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libpspell/Makefile b/textproc/libpspell/Makefile index 7a430a51442..26a01e3c56f 100644 --- a/textproc/libpspell/Makefile +++ b/textproc/libpspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/03/05 15:32:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/25 18:40:07 jlam Exp $ # DISTNAME= pspell-.12.2 @@ -11,12 +11,12 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://pspell.sourceforge.net/ COMMENT= generic interface to spell checker libraries +USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/pspell -USE_BUILDLINK_ONLY= YES .include "../../mk/bsd.pkg.mk" |