diff options
author | joerg <joerg> | 2006-11-05 17:06:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:06:43 +0000 |
commit | 41b5ea6a71f177b413d7cd358f0b3f55d18985e1 (patch) | |
tree | 70a6fae62ebc2a27f975798423c758d6cff61075 /textproc/gtkspell/Makefile | |
parent | 4bfb42fbd04c1afcd2564a85de1ef54fd41b7678 (diff) | |
download | pkgsrc-41b5ea6a71f177b413d7cd358f0b3f55d18985e1.tar.gz |
DESTDIR support.
Diffstat (limited to 'textproc/gtkspell/Makefile')
-rw-r--r-- | textproc/gtkspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index fc0a713fde6..22d7223b086 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/06/11 14:24:21 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/11/05 17:06:43 joerg Exp $ DISTNAME= gtkspell-2.0.11 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtkspell.sourceforge.net/ COMMENT= Spell checking GtkTextView widget +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |