diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-13 13:19:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-13 13:19:14 +0000 |
commit | dac594c28195c8f04b7ca5aceedc3297906ee8b9 (patch) | |
tree | dfb0c3c0efa48387fbc6179c430339058658dafc /security | |
parent | ea941a13733b7953e50b77cc48b72147aed0e683 (diff) | |
download | pkgsrc-dac594c28195c8f04b7ca5aceedc3297906ee8b9.tar.gz |
gsed needed on OS X. Dependency small enough, add it to TOOLS.
PR 49111 by Youri Mouton.
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 0a97c8461ef..74057d5a6bb 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/03/12 10:17:57 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/08/13 13:19:14 wiz Exp $ DISTNAME= libsecret-0.18 CATEGORIES= security gnome @@ -16,7 +16,7 @@ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool pkg-config msgfmt +USE_TOOLS+= gmake intltool pkg-config msgfmt gsed PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in |