diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /comms/minicom | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index af344b8322c..7881dddd4a4 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:30 jlam Exp $ DISTNAME= minicom-2.1 PKGREVISION= 2 @@ -9,14 +9,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://minicom.alioth.debian.org/ COMMENT= MS-DOS Telix serial communication program "workalike" -BUILD_USES_MSGFMT= yes DEPENDS+= gkermit-[0-9]*:../../comms/gkermit DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |