diff options
author | drochner <drochner@pkgsrc.org> | 2010-08-09 10:25:37 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-08-09 10:25:37 +0000 |
commit | 8660b681d83f43b8a722ca6302eeed3764a0245a (patch) | |
tree | 26d36a20239d5188b27ec2c938a81b66c22ae15a /chat/telepathy-idle/Makefile | |
parent | 892af0d792f452aacd87bc674d3242041152a01a (diff) | |
download | pkgsrc-8660b681d83f43b8a722ca6302eeed3764a0245a.tar.gz |
update to 0.1.6
changes:
-Implement IDLE_LOGFILE to divert output to a file
-Implement Debug interface
pkgsrc change: add some support to run selftest
Diffstat (limited to 'chat/telepathy-idle/Makefile')
-rw-r--r-- | chat/telepathy-idle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index 76fb6cb11ad..f3de002d944 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2010/02/10 19:17:33 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2010/08/09 10:25:37 drochner Exp $ # -DISTNAME= telepathy-idle-0.1.5 -PKGREVISION= 3 +DISTNAME= telepathy-idle-0.1.6 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-idle/ @@ -23,6 +22,8 @@ CONFIGURE_ARGS+= OPENSSL_CFLAGS=-I${BUILDLINK_PREFIX.openssl}/include CONFIGURE_ARGS+= OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib -lssl" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} +# needs py-twisted +# TEST_TARGET= check .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |