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 /net/gftp | |
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 'net/gftp')
-rw-r--r-- | net/gftp/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common index 990e3328af6..f1bd3f1f4bd 100644 --- a/net/gftp/Makefile.common +++ b/net/gftp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2005/12/05 20:50:46 rillig Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/04/13 18:23:36 jlam Exp $ DISTNAME= gftp-${VERSION} CATEGORIES= net @@ -9,8 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://gftp.seul.org/ -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |