diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-15 20:28:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-15 20:28:53 +0000 |
commit | 94693094dfb76ad636887dead9730b9f824db2e1 (patch) | |
tree | 80875b5d88856ab2de017f4e0ac70ed1308cc05f /security/cyrus-sasl2 | |
parent | 665dee0030bf30912aa4e4ba98fc714ba3b22f2d (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 6baa204afdf2..7414d6b27216 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -12,7 +12,7 @@ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes -USES= ssl +USES+= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \ |