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 /misc/deskbar-applet | |
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 'misc/deskbar-applet')
-rw-r--r-- | misc/deskbar-applet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index b480a48ec7d..d1515a13c55 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/10 16:30:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= deskbar-applet-2.14.0.1 @@ -10,14 +10,11 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://raphael.slinckx.net/deskbar COMMENT= Omnipresent, versatile search interface for the GNOME Desktop -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config PKGCONFIG_OVERRIDE= data/deskbar-applet.pc |