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 /sysutils/gentoo/Makefile | |
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 'sysutils/gentoo/Makefile')
-rw-r--r-- | sysutils/gentoo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index e84352c54f4..693ee674377 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:10:50 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gentoo-0.11.55 PKGREVISION= 1 @@ -9,8 +9,7 @@ MAINTAINER= dunse@goa.nu HOMEPAGE= http://www.obsession.se/gentoo/ COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |