diff options
author | marino <marino@pkgsrc.org> | 2012-12-18 21:53:30 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-12-18 21:53:30 +0000 |
commit | b747e3cf1357b1c0518a36db46170c928149ead5 (patch) | |
tree | 02bac0f7e64bed0f957b62f2cd5297f5d522fca4 /security | |
parent | 43251c7fe52aa563c08bb2193eeecf3969c860b2 (diff) | |
download | pkgsrc-b747e3cf1357b1c0518a36db46170c928149ead5.tar.gz |
security/libsecret: USE_TOOLS+= msgfmt
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index f0ae6ec5750..149495436f5 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/12/12 16:04:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/12/18 21:53:30 marino Exp $ # DISTNAME= libsecret-0.12 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in |