From 3b9be8969fab7eca28cc0bc2e69375714d9ebd20 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 15 Sep 2010 17:15:13 +0200 Subject: [PATCH] strongswan: fixed package conf file (typo: 'if' block ends with 'fi' and not '}') --- security/strongswan/strongswan.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/strongswan/strongswan.conf b/security/strongswan/strongswan.conf index 59be7a58c..8989a5f03 100644 --- a/security/strongswan/strongswan.conf +++ b/security/strongswan/strongswan.conf @@ -36,4 +36,4 @@ if pkginstalled openldap; then export CPPFLAGS CFLAGS LDFLAGS var_append extraconfopt ' ' "--enable-ldap" -} +fi