diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /mail/dovecot2/Makefile | |
parent | a0e384abe8236d5d12c69354d90c0de5342f7efb (diff) |
Notes
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r-- | mail/dovecot2/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index c8de14bdca52..43d99b6d3a77 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -132,18 +132,9 @@ LDAP_VARS= _REQUIRE+=slapd MYSQL_VARS= _REQUIRE+=mysql PGSQL_VARS= _REQUIRE+=postgresql -.include <bsd.port.options.mk> - SUB_LIST+= REQUIRE="${_REQUIRE}" SUB_FILES+= pkg-message -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000011 -USES+= compiler:c11 -WITH_OPENSSL_PORT= yes -.endif - -.include <bsd.port.pre.mk> - CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} @@ -169,4 +160,4 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |