diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 11:27:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 11:27:42 +0000 |
commit | 8064da26f45a7f5741ba916a64da7079620a1b6c (patch) | |
tree | bc7c6d2a44ca77f8f61f190acaff519ced6df6a2 /chat/libtelepathy | |
parent | 85624db1c702e6efe815d78b3eac56d1aa31bffd (diff) | |
download | pkgsrc-8064da26f45a7f5741ba916a64da7079620a1b6c.tar.gz |
Mark as destdir-ready.
Diffstat (limited to 'chat/libtelepathy')
-rw-r--r-- | chat/libtelepathy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index dbac71ba0bc..9d2aa1f8078 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/04/01 16:20:41 roy Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/29 11:27:42 wiz Exp $ # DISTNAME= libtelepathy-0.3.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://telepathy.freedesktop.org/wiki/ COMMENT= Unified framework for many different kinds of real-time communications +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |