diff options
author | drochner <drochner> | 2011-07-13 20:03:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-07-13 20:03:54 +0000 |
commit | a6db3bdbb1958cdb99688b576169f97a7923c6d3 (patch) | |
tree | 1a097819b8e22f99e1e51462a3178ab8457f407e /chat | |
parent | 70b5d3a4e88065aa1cf243790bd826fcb8f4b1c9 (diff) | |
download | pkgsrc-a6db3bdbb1958cdb99688b576169f97a7923c6d3.tar.gz |
requires gnutls (build fix), from Patrick Welche per post to tech-pkg
Diffstat (limited to 'chat')
-rw-r--r-- | chat/empathy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 214c22e328d..9b44fd6298a 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/06/10 09:39:45 obache Exp $ +# $NetBSD: Makefile,v 1.26 2011/07/13 20:03:54 drochner Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 3 @@ -44,6 +44,7 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0 BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.0 .include "../../mail/evolution-data-server/buildlink3.mk" .include "../../security/gnome-keyring/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/libnotify/buildlink3.mk" |