diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /chat/gaim | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'chat/gaim')
-rw-r--r-- | chat/gaim/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index fcf4168462c..b0b93403570 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2006/03/13 20:33:24 joerg Exp $ +# $NetBSD: Makefile,v 1.106 2006/04/13 18:23:29 jlam Exp $ DISTNAME= gaim-1.5.0 PKGREVISION= 5 @@ -10,12 +10,10 @@ MAINTAINER= mjl@luckie.org.nz HOMEPAGE= http://gaim.sourceforge.net/ COMMENT= GTK+ 2.x based multi-protocol instant messaging client -BUILD_USES_MSGFMT= yes - CONFLICTS+= gaim-gnome-[0-9]* USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |