diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-26 07:24:35 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-26 07:24:35 +0000 |
commit | f2b8c9f985af6c43b5211f6863d661953ff014ab (patch) | |
tree | e9f2973b8fb0c2281a76f1d7d4fe869ec3925b6a /security | |
parent | f08af863cf5033f2db46be95e0dd3d4ca2992824 (diff) | |
download | pkgsrc-f2b8c9f985af6c43b5211f6863d661953ff014ab.tar.gz |
If something is patched to use gsed then gsed must be added to USE_TOOLS.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 43a1824ff3b..79a62cddf88 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2011/11/01 06:02:28 sbd Exp $ +# $NetBSD: Makefile,v 1.65 2011/12/26 07:24:35 sbd Exp $ DISTNAME= gnome-keyring-2.32.1 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= GNOME password and secret manager PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config gsed GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |