diff options
author | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:31:09 +0000 |
commit | a04891bb08b7613694e96b6c35d1de4d40422b95 (patch) | |
tree | 9c7b8d7af3ab6f4c4b742fb364df84b9851cf76c /www/libgtkhtml | |
parent | 99d41bdd30141350ae72be44236404dfb3afa3b1 (diff) | |
download | pkgsrc-a04891bb08b7613694e96b6c35d1de4d40422b95.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 |