diff options
author | obache <obache@pkgsrc.org> | 2009-08-29 08:19:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-08-29 08:19:36 +0000 |
commit | 2bdbbc39d39286d7870b9143c2bd057d540b2846 (patch) | |
tree | f344ab044bc8c90d638ebf99cd44f4eda89690fb | |
parent | d732b97caff17a4eb6827f21441086391fdeef38 (diff) | |
download | pkgsrc-2bdbbc39d39286d7870b9143c2bd057d540b2846.tar.gz |
marked as user-destdir support.
-rw-r--r-- | chat/telepathy-mission-control/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-mission-control/Makefile b/chat/telepathy-mission-control/Makefile index dff93578134..fae43e6a884 100644 --- a/chat/telepathy-mission-control/Makefile +++ b/chat/telepathy-mission-control/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:06 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/29 08:19:36 obache Exp $ # DISTNAME= telepathy-mission-control-4.67 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mission-control.sourceforge.net/ COMMENT= Telepathy component providing abstractions for "end-user" applications +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |