diff options
author | obache <obache> | 2009-08-29 08:19:36 +0000 |
---|---|---|
committer | obache <obache> | 2009-08-29 08:19:36 +0000 |
commit | 47b47f8366d409e96f6137f91d17380a8bc3e9d5 (patch) | |
tree | f344ab044bc8c90d638ebf99cd44f4eda89690fb /chat/telepathy-mission-control | |
parent | a6575f4fe482ebfb3350cd592568d050688066d1 (diff) | |
download | pkgsrc-47b47f8366d409e96f6137f91d17380a8bc3e9d5.tar.gz |
marked as user-destdir support.
Diffstat (limited to 'chat/telepathy-mission-control')
-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 |