diff options
author | wiz <wiz> | 2010-09-14 23:49:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-14 23:49:39 +0000 |
commit | 364ca9945c1dd5affedb99327e1ab2ac44aaf0cf (patch) | |
tree | ce6db012e51e4538e8c53f8712d6bbeb50e0d0b8 /chat/telepathy-glib | |
parent | 8c06a2304595d9cb3cb397fefabf66bdf5068976 (diff) | |
download | pkgsrc-364ca9945c1dd5affedb99327e1ab2ac44aaf0cf.tar.gz |
nm workaround not needed any longer, was fixed sometime before or in 0.11.11.
Diffstat (limited to 'chat/telepathy-glib')
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 0e3ff0fa44c..87bc72b5aaf 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/08/09 10:19:12 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2010/09/14 23:49:39 wiz Exp $ # DISTNAME= telepathy-glib-0.11.11 @@ -21,8 +21,6 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} -# see https://bugs.freedesktop.org/show_bug.cgi?id=23342 -CONFIGURE_ARGS+= NM=nm BUILDLINK_API_DEPENDS.glib2+= glib2>=2.20.0 .include "../../devel/glib2/buildlink3.mk" |