diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:49:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:49:33 +0000 |
commit | 605f49a1549db3338a7f755854ddbd9e8d43201e (patch) | |
tree | e92266243f12437844f0b94d56efcdbde175f5f0 /devel/libgsf | |
parent | 9a2d793f15ac90d68b73e3dda4f1d860566e9169 (diff) | |
download | pkgsrc-605f49a1549db3338a7f755854ddbd9e8d43201e.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index bc8ba83c1a3..f636095fc95 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/10/13 18:21:11 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= libgsf-1.14.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 structured file library +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES |