diff options
Diffstat (limited to 'textproc/enchant')
-rw-r--r-- | textproc/enchant/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index f9173257501..1c78ab089ed 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/04 22:00:59 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/11/14 13:56:15 joerg Exp $ # DISTNAME= enchant-1.2.6 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.abisource.com/projects/enchant/ COMMENT= Generic spell checking library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |