diff options
Diffstat (limited to 'textproc/gtkspell/Makefile')
-rw-r--r-- | textproc/gtkspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 4a2519d4e40..6c21ccccf92 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/25 04:54:46 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/30 03:09:37 rh Exp $ # DISTNAME= gtkspell-2.0.2 @@ -16,6 +16,7 @@ USE_BUILDLINK2= YES USE_X11= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/gtkspell-2.0.pc.in .include "../../textproc/libpspell/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" |