diff options
author | bjs <bjs> | 2007-11-08 21:06:33 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-11-08 21:06:33 +0000 |
commit | 48db51c3d6b596a28f903502e0a314f6813f2995 (patch) | |
tree | 961c616b5b7ed02e1e1d0c13523c9e922c23acce /security | |
parent | ddd8e3f3af155d2307854539bbd0d99fbe221715 (diff) | |
download | pkgsrc-48db51c3d6b596a28f903502e0a314f6813f2995.tar.gz |
Remove space between '=' and "idea" in "PKG_OPTIONS.libgcrypt+= idea".
This was causing a build failure for gpgme if the package was built
with the "idea" option.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg2/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg2/buildlink3.mk b/security/gnupg2/buildlink3.mk index 2a87b9fe654..9cbc129f98a 100644 --- a/security/gnupg2/buildlink3.mk +++ b/security/gnupg2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2007/08/29 23:19:06 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2007/11/08 21:06:33 bjs Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNUPG2_BUILDLINK3_MK:= ${GNUPG2_BUILDLINK3_MK}+ @@ -23,7 +23,7 @@ pkgbase:= gnupg2 pkgbase:= libgcrypt . include "../../mk/pkg-build-options.mk" . if empty(PKG_BUILD_OPTIONS.libgcrypt:Midea) -PKGSRC_MAKE_ENV+= PKG_OPTIONS.libgcrypt+= idea +PKGSRC_MAKE_ENV+= PKG_OPTIONS.libgcrypt+=idea . endif . endif .endif # GNUPG2_BUILDLINK3_MK |