From 2b7701c2e846af68d16fca094c7edd5a431d4797 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- net/amule/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net/amule') diff --git a/net/amule/Makefile b/net/amule/Makefile index bbc1e875bc0..a0733b6d834 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/02/05 23:10:22 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:36 jlam Exp $ DISTNAME= aMule-2.1.0 PKGNAME= ${DISTNAME:S/aMule/amule/} @@ -11,14 +11,12 @@ MAINTAINER= tripledes@eslack.org HOMEPAGE= http://www.amule.org/ COMMENT= Another Emule P2P client -BUILD_USES_MSGFMT= yes - CONFLICTS= xmule-[0-9]* USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx-config CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes -- cgit v1.2.3