diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2b7701c2e846af68d16fca094c7edd5a431d4797 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /net/gftp/Makefile.common | |
parent | 381acf95ec4f42fe16a17018bf9d56363883a683 (diff) | |
download | pkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'net/gftp/Makefile.common')
-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 |