diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /security/cyrus-sasl2 | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 0b589b4f3626..6baa204afdf2 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 -USE_OPENSSL= yes +USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \ @@ -62,7 +62,7 @@ CYRUS_BUILD_TARGET?= ${PORTNAME} INSTALL_WRKSRC= ${WRKSRC}/plugins LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -USES= libtool:build +USES+= libtool:build PLIST_FILES+= lib/sasl2/lib${CYRUS_BUILD_TARGET}.a \ lib/sasl2/lib${CYRUS_BUILD_TARGET}.so \ |