diff options
author | sbd <sbd> | 2011-12-26 07:24:35 +0000 |
---|---|---|
committer | sbd <sbd> | 2011-12-26 07:24:35 +0000 |
commit | 86d01daa5e46b128605a620b0475891748912df2 (patch) | |
tree | e9f2973b8fb0c2281a76f1d7d4fe869ec3925b6a /security | |
parent | 54f7bd2d961cff21689c8a28bc7a4dafe832409a (diff) | |
download | pkgsrc-86d01daa5e46b128605a620b0475891748912df2.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 |