diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-08 23:29:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-08 23:29:22 +0000 |
commit | 57da9e20a1f9cd96a502c275d99cb958ae417b2a (patch) | |
tree | 7163041e3f1e3216d02a887eafa70edce971220f /chat | |
parent | a316b9859fbe81221bb9f19f319fbe594433bfbb (diff) | |
download | pkgsrc-57da9e20a1f9cd96a502c275d99cb958ae417b2a.tar.gz |
Fix config.guess/config.sub overrides.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-gabble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index fb51f934a50..cce6a156716 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/10/07 16:47:19 adam Exp $ +# $NetBSD: Makefile,v 1.41 2015/03/08 23:29:22 joerg Exp $ DISTNAME= telepathy-gabble-0.11.10 PKGREVISION= 20 @@ -13,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1 AND mit BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat GNU_CONFIGURE= yes +OVERRIDE_DIRDEPTH= 3 USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " |