USE_TOOLS+= xgettext
This commit is contained in:
parent
f9b91cca62
commit
6a22aa2336
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.33 2012/09/07 19:17:18 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2012/09/12 11:28:48 jperkin Exp $
|
||||
|
||||
DISTNAME= avahi-0.6.31
|
||||
PKGREVISION= 2
|
||||
|
@ -16,7 +16,7 @@ GNU_CONFIGURE= YES
|
|||
USE_LIBTOOL= YES
|
||||
USE_PKGINSTALL= YES
|
||||
USE_PKGLOCALEDIR= YES
|
||||
USE_TOOLS+= pkg-config gmake intltool msgfmt
|
||||
USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
PKGCONFIG_OVERRIDE+= avahi-client.pc.in
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2012/07/28 21:48:17 reed Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2012/09/12 11:29:23 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgnome-keyring-3.4.1
|
||||
|
@ -14,7 +14,7 @@ CONFLICTS+= gnome-keyring<2.30
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
||||
USE_TOOLS+= gmake intltool msgfmt pkg-config xgettext
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
|
|
Loading…
Reference in a new issue