diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:56:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-16 14:56:10 +0000 |
commit | 800d78b28b5eeb10e5be2b9360880e3f4a485512 (patch) | |
tree | 763498f80b2bcd6e970e2c2ec6008bc5e2c491cb /security/openconnect | |
parent | d54d68bbceef37d2cca0237a884002cd1a0dd98f (diff) |
Notes
Diffstat (limited to 'security/openconnect')
-rw-r--r-- | security/openconnect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index aff3f8da3220..08d5425638f3 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_AUTOTOOLS= aclocal autoconf libtool +AUTOMAKE_ARGS= --add-missing USES= pathfix pkgconfig USE_GMAKE= yes USE_OPENSSL= yes |