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 /lang/opencobol | |
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 'lang/opencobol')
-rw-r--r-- | lang/opencobol/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile index 6238cfd9f26..4eda8510bbe 100644 --- a/lang/opencobol/Makefile +++ b/lang/opencobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/04 19:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= open-cobol-0.23 @@ -11,9 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://open-cobol.sourceforge.net/ COMMENT= Open-source COBOL compiler -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes +USE_TOOLS+= msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes INFO_FILES= # PLIST |