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 /editors/gedit | |
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 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 87fd2a59738..b4c0d05c105 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2006/04/12 20:00:01 drochner Exp $ +# $NetBSD: Makefile,v 1.62 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gedit-2.14.2 @@ -10,13 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gedit.sourceforge.net/ COMMENT= Lightweight GNOME2 text editor -BUILD_USES_MSGFMT= YES - USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE+= data/gedit.pc.in |