From e6aa12a69e70aeaac86db34e335467723757f7d7 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 22 Apr 2006 17:32:34 +0000 Subject: Explicitly buildlink gettext-lib, since gtk-gnutella links against libintl. Hack around the gettext detection in Configure, I twisted my mind too much trying to understand the "logic". Just assume that we have and want NLS. Bump revision. --- net/gtk-gnutella/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/gtk-gnutella/Makefile') diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 1584b573b32..ce4d8afe5ac 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2006/04/17 13:46:43 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/22 17:32:34 joerg Exp $ DISTNAME= gtk-gnutella-0.96 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= -d -e -r -s \ -D official="true" \ -U optimize +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -- cgit v1.2.3