diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:31:09 +0000 |
commit | 5c53f10be461e8ab225d0f6d9a3b242f5b8a49ec (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /www/libgtkhtml | |
parent | 418fe86afdbec9fa506bf86e5650b99bab7fe52b (diff) | |
download | pkgsrc-5c53f10be461e8ab225d0f6d9a3b242f5b8a49ec.tar.gz |
DESTDIR support.
Diffstat (limited to 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index f3337666270..b9525510257 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/09/16 12:20:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.40 2006/11/05 17:37:55 joerg Exp $ # DISTNAME= libgtkhtml-2.6.3 @@ -11,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Lightweight HTML rendering GTK2 widget +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes |